February 2018
Intermediate to advanced
200 pages
5h 51m
English
In this recipe, we will download a Docker image. In a production environment, while creating a Docker image for an application, we need to add code and the configurations of our application over the top of an existing Docker image (sometimes referred to as a base image), such as Ubuntu, CentOS, and so on. When we deploy a container to a critical environment, we want to minimize the risk of delays. Therefore, it is better to download the image locally before using the docker_container module, so as to reduce the deployment time. In this recipe, we will also learn how to create a Docker image using Dockerfile.
Read now
Unlock full access