culTest

    One of the 50 questions in this topic

    How much do you know about Docker?

    What is a Docker image?

    Answers

    A screenshot of the app
    A read-only template with instructions for creating a containerCorrect
    An XML configuration file
    A complete virtual machine

    A Docker image is a read-only template with instructions for creating a container. It contains the layered file system and metadata necessary to run an application. Images are used to store and distribute applications.