culTest

    One of the 50 questions in this topic

    How much do you know about Docker?

    What is a volume in Docker?

    Answers

    A special container for storing data
    A mechanism to persist data generated and used by containersCorrect
    A sound level control for containers
    A measure of the size of an image

    A volume in Docker is a mechanism for persisting data generated and used by containers. Volumes are independent of the container lifecycle, meaning data persists even when the container is deleted, making it easy to backup, migrate, and share data.