Docker can automatically create images by following the instructions in a Dockerfile. A Dockerfile is a text file that includes all the commands a user might use in the command line to build an image. Now, the Docker WORKDIR instruction sets the working directory for all following Dockerfile instructions. Common instructions in a Dockerfile include […]