culTest

    One of the 50 questions in this topic

    How much do you know about Docker?

    What is Docker Engine?

    Answers

    A search engine for Docker images
    The Docker command-line client application
    The core component of the Docker platform that creates and runs containersCorrect
    A rendering engine for Docker interfaces

    Docker Engine is the core component of the Docker platform that creates and runs containers. It includes the Docker daemon (dockerd), a REST API to interact with the daemon, and a CLI (docker) as a user interface. It is the software that allows you to create and manage containers, images, volumes and networks.