One of the 50 questions in this topic
How much do you know about Docker?A Dockerfile is a text file that contains a series of instructions to automatically build a Docker image. Each statement creates a layer in the image, allowing precise control over what is included in the image and how the application environment is configured.