culTest

    One of the 50 questions in this topic

    How much do you know about Docker?

    What is a label in Docker?

    Answers

    A visual label to identify containers
    A key-value pair of metadata associated with Docker objectsCorrect
    A type of Docker network
    A bookmark for image versions

    A label in Docker is a key-value pair of metadata that can be applied to images, containers, volumes, and other Docker objects. Labels allow you to add custom information for organization, automation or integration with external tools, without affecting the functionality of the object.