culTest

    One of the 50 questions in this topic

    How much do you know about Docker?

    What is a config in Docker Swarm?

    Answers

    A configuration file for Docker
    An object to store non-sensitive configuration dataCorrect
    A tool to configure Swarm nodes
    A command to view the current configuration

    A config in Docker Swarm is an object to store non-sensitive configuration data that can be injected into services. Similar to secrets but for information that does not require the same level of protection, such as configuration files, public certificates, or reference data that does not change frequently.