From the course: Learning Docker

Unlock the full course today

Join today to access over 23,200 courses taught by industry experts.

Checking your images in Docker Hub

Checking your images in Docker Hub - Docker Tutorial

From the course: Learning Docker

Checking your images in Docker Hub

- Now that we pushed our image into Docker Hub, let's log into it again and see if it made it. If you're not signed in already, you'll see a sign in button near the register button. Click on it and provide your login details. Once logged in, you'll see a list of images. The first image on this list is the image that we just created. This means that we successfully pushed it. Let's take a closer look. Click on our web server. We can see the tags that we've pushed, as well as the operating system the image is compatible with, and when it was last pushed. If we had a lot of tags listed here, we would need to click see all to see them all. What happens if we push the image but with another tag? Let's go back to our terminal and find out. I'm going to click the up key to go back to my Docker tag command. Let's change 0.0.1 to 0.0.2. Like last time, this works well. Now, let's push this image to Docker Hub with Docker…

Contents