Q. What Swarm feature allows you to mount immutable configuration files into containers?

  • (A) Secrets
  • (B) Configs
  • (C) Volumes
  • (D) Labels
πŸ’¬ Discuss
βœ… Correct Answer: (B) Configs
Explanation: docker config create stores non-sensitive configuration data and mounts it read-only into tasks.
Explanation by: Mr. Dubey
docker config create stores non-sensitive configuration data and mounts it read-only into tasks.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
93
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
96%
Success Rate