culTest

    One of the 50 questions in this topic

    How much do you know about Docker?

    What is a Docker container?

    Answers

    A compressed file with source code
    An executable instance of a Docker imageCorrect
    Un servidor virtual completo
    A code repository

    A Docker container is an executable instance of a Docker image. It is a lightweight, portable and self-sufficient package that includes everything needed to run an application: code, runtime, system tools, libraries and configurations.