July 2017
Intermediate to advanced
414 pages
11h 18m
English
Dockerfile is a build file or a scripting file that contains instructions to build a Docker image. There can be multiple steps included in a Dockerfile, start with downloading a base image. Dockerfile is a text file generally named Dockerfile. The docker build command looks up the Dockerfile for instructions for building. One can compare Dockerfile as a pom.xml file used in the Maven build.
Read now
Unlock full access