Join Troy Miles for an in-depth discussion in this video Saving our container to Docker Hub, part of Web Servers and APIs using C++.
- [Instructor] Being able to use Docker images…created by others is great, but it would also be nice…to be able to share our images.…To do that, we need to use Docker Hub.…What is Docker Hub?…Docker Hub is a cloud-based registry service.…It is a place to both store and find Docker images.…It is free to sign up.…You can store as many public images as you'd like,…and one private image.…Saving an image to Docker Hub is fairly easy.…I'm gonna log on to Docker Hub, tag the image,…push the image, and then just verify the push.…
So let's return to the terminal…and the hello crow directory.…Go ahead and clear the screen…and we're gonna do a docker login…dash dash username…and my username.…Then, once we're logged in,…do a docker images to see what we have here.…And then we'll need to find the image we're gonna push…and we can't push it directly because we need to…tag all the images with our Docker username.…
So we had hello crow…and its image ID is right here…and we're gonna say docker tag…that image ID, remember to replace this image ID with yours.…
Author
Released
8/23/2018- Working with Crow, the C++ micro web framework
- Deploying containers to Heroku
- Building websites and webpages
- Accessing data from a database
- Accessing data via RESTful APIs
- Creating API endpoints
- Running WebSockets on Heroku
Skill Level Intermediate
Duration
Views
Related Courses
-
Designing RESTful APIs
with Keith Casey1h 24m Intermediate -
Learning MongoDB
with Kirsten Hunter1h 35m Intermediate -
MariaDB for MySQL Users
with Sheeri Cabral2h 10m Intermediate
-
Introduction
-
1. Installing Our Tools
-
Installing Docker1m 29s
-
Installing Atom35s
-
Creating a Dockerfile5m 16s
-
Running a Dockerfile1m 50s
-
Adding a volume2m 33s
-
Building Crow9m 33s
-
Serving the example3m 7s
-
-
2. Deploying to Heroku
-
Installing the Heroku CLI1m 17s
-
3. Building Websites
-
Creating HTML pages3m 12s
-
Serving HTML pages4m 21s
-
Serving static content11m 4s
-
-
4. Data Access
-
Creating an mLab account1m 40s
-
Uploading JSON data4m 39s
-
Querying Mongo data15m 24s
-
Adding dynamic data to a page13m 35s
-
-
5. RESTful APIs
-
Creating an endpoint6m 8s
-
Parsing the path14m 50s
-
Reading the query string4m 51s
-
Converting to JSON data3m 1s
-
Solution: Create an endpoint3m 50s
-
-
6. WebSockets and Crow
-
Creating the C++ server code8m 37s
-
Running WebSocket on Heroku4m 15s
-
Conclusion
-
Next steps18s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Saving our container to Docker Hub