culTest

    One of the 50 questions in this topic

    How much do you know about Docker?

    What is a secret in Docker Swarm?

    Answers

    A sensitive data that Docker automatically hides
    An object that stores sensitive data accessible only by authorized servicesCorrect
    A technique to hide source code in images
    A private Docker configuration

    A secret in Docker Swarm is an object that stores sensitive data such as passwords, OAuth tokens, SSH keys, or other information that should not be in the code, Dockerfile, or image. Secrets are encrypted at rest, securely transmitted to containers, and mounted as files in memory, significantly improving security.