culTest

    One of the 50 questions in this topic

    How much do you know about Docker?

    What is Docker Compose?

    Answers

    A tool for composing music in containers
    A tool to define and run multi-container Docker applicationsCorrect
    A compression format for Docker images
    A plugin to compose emails from Docker

    Docker Compose is a tool that allows you to define and run multi-container Docker applications. It uses a YAML file to configure the application's services, networks, and volumes, allowing you to start all services with a single command.