February 2018
Intermediate to advanced
200 pages
5h 51m
English
In this recipe, we will be deploying our favorite phonebook application using Docker containers. Referring to the code files, we have created a Dockerfile and added the steps to bake our application into a Docker image. Then, we created docker-compose.yml, in which we have added our service as a phonebook and mapped it to the port of the host container, which is 8080.
Read now
Unlock full access