From the course: Learning Docker
Unlock the full course today
Join today to access over 24,000 courses taught by industry experts.
Pushing images to the Docker registry - Docker Tutorial
From the course: Learning Docker
Pushing images to the Docker registry
- [Narrator] First, we're going to create a new Docker Hub account. To do this, I'm going to click on the big Register button on the upper right-hand corner of the page. Docker Hub will then ask us to register. Go ahead and fill in your information, then click Sign Up when you're done. As a security precaution, I recommend choosing a strong password here. You might also want to save your username and password in a password manager or some other safe place so that you don't have to remember them every time. Since I already have an account in the Docker Hub, I'm not going to click Sign Up here. You'll be sent a verification email after you do this. Keep an eye out for it and click the verification link when you get it. Let's go back to terminal. The next thing we're going to do is log into Docker Hub from the Docker CLI. We can easily do this with docker login. You'll be asked for that username and password you created…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
Exploring the Docker CLI3m 1s
-
(Locked)
Create a Docker container6m 58s
-
(Locked)
Create a Docker container: The short way2m 9s
-
(Locked)
Create a Docker container from Dockerfiles, part 12m 46s
-
(Locked)
Create a Docker container from Dockerfiles, part 22m 37s
-
(Locked)
Interact with your container5m 9s
-
(Locked)
Stopping and removing the container5m 41s
-
(Locked)
Binding ports to your container4m 36s
-
(Locked)
Saving data from containers5m 39s
-
(Locked)
Introducing the Docker Hub1m 23s
-
(Locked)
Pushing images to the Docker registry3m 13s
-
(Locked)
Checking your images in Docker Hub2m 44s
-
(Locked)
Challenge: Starting NGINX1m 16s
-
(Locked)
Solution: Starting NGINX5m 18s
-
-
-
-