April 2017
Beginner
404 pages
9h 30m
English
Let's understand what just happened. We have authored a Dockerfile that contains the instructions for Docker Engine to prepare an image. Once the image is ready we were able to create a container and run it on a particular port. As you can see all the magic goes into the Dockerfile. Let's understand the Dockerfile line by line. Each Docker line as it executes creates an intermediate container (or layer) and commits it if successful or fails creating the image completely in case of failures.
Read now
Unlock full access