October 2018
Intermediate to advanced
982 pages
23h 29m
English
The Docker Hub is a public repository to store Docker images. It is free, and we will use it for this book. Now, we will push our image to the Docker Hub registry.
The command for that is pretty simple. Type:
docker push springfivebyexample/cms:latest
Then, the image will be sent to the registry. That is it.
Read now
Unlock full access