culTest

    One of the 50 questions in this topic

    How much do you know about Docker?

    What is a Dockerfile?

    Answers

    A file containing Docker data
    A script with instructions to build a Docker imageCorrect
    A configuration file for Docker Compose
    A Docker activity log

    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.