July 2017
Intermediate to advanced
414 pages
11h 18m
English
In order to push the Dockerized services to the Docker Hub, follow these steps. The first step below tags the Docker image and the second command push the Docker image to the Docker hub repository:
docker tag search:1.0 brownfield/search:1.0docker push brownfield/search:1.0
To verify whether the container images are published, go to the Docker Hub repository using the following URL:
https://hub.docker.com/u/brownfield
Repeat this step for all the other microservices as well. At the end of this step, all the services will be published to the Docker Hub.
Read now
Unlock full access