Explanation: To remove a config, use the `docker config rm` command.
Dear candidates you will find MCQ questions of Docker here. Learn these questions and prepare yourself for coming examinations and interviews. You can check the right answer of any question by clicking on any option or by clicking view answer button.
Share your questions by clicking Add Question
Explanation: To remove a config, use the `docker config rm` command.
Explanation: Docker prevents removal of configs that are still in use by active services.
Explanation: Docker configs are attached in Compose under a top-level `configs:` block and referenced in each service.
Explanation: Configs are mounted as read-only files inside containers to prevent tampering.
Explanation: Unlike secrets, configs are not encrypted automatically at rest.
Explanation: Configs are securely shared only with nodes running services that require them.
Explanation: .pem files often contain sensitive data and should be stored using Docker secrets, not configs.