What is a Dockerfile Dockerfile is a special text document that contains all the commands necessary for building an image. Docker reads the Dockerfile and builds an image based on the commands and instructions provided in the Dockerfile. A Docker image follows a layered architechture. Every line in the Dockerfile forms a new layer in […]

Read more of this post