Docker 101: Dockerfile post
Dockerfile
A Dockerfile
is a text document that contains all the commands a user could call on the command line to assemble an image.
Example
You will find in this repo a running Dockerfile
based on a debian image that runs an Apache webserver.
You will find in this file all the base commands to manage a Dockerfile
.