culTest

    One of the 50 questions in this topic

    How much do you know about Docker?

    What file is used to define and configure a Docker image?

    Answers

    DockerConfig.json
    Container.yaml
    DockerfileCorrect
    Docker.xml

    The Dockerfile is a text file that contains a series of instructions to automatically build a Docker image. You define the base operating system, dependencies, environment variables, files to include and commands to execute.