From the course: Extending, Securing, and Dockerizing Spring Boot Microservices

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Sharing images with Docker hub

Sharing images with Docker hub

From the course: Extending, Securing, and Dockerizing Spring Boot Microservices

Start my 1-month free trial

Sharing images with Docker hub

- [Instructor] Docker Hub is a primary Docker image repository, similar to Maven Central with JARs. I'm gonna demonstrate how to upload and share images with the world. This is my Docker Hub account. I'm logged in at hub.docker.com and my Docker ID is mellenbowman. If you wanna follow along with these exercises, you'll have to create your own Docker Hub account and you would use your own Docker Hub ID through the steps. So looking at my dashboard, I see that I don't have any repositories. So this is a empty dashboard, there's nothing in here. So we're gonna actually add a Docker image to it. So going to the command line, first of all, I need to log into Docker on the command line. And I put in my own personal Docker ID, and my password. And I'm logged in. Next, I need to get the image ID of the explorecali default image. So I've removed all the other images except for the explorecali default, which just interacts with an H2 database, it's standalone. And I get the image ID. Now I need…

Contents