Q. Where are Docker secrets stored on a node?

  • (A) /etc/docker/secrets
  • (B) In the image metadata
  • (C) In environment variables
  • (D) In RAM and never persisted to disk
πŸ’¬ Discuss
βœ… Correct Answer: (D) In RAM and never persisted to disk
Explanation: Docker stores secrets in-memory on the node and does not write them to disk to ensure security.
Explanation by: Mr. Dubey
Docker stores secrets in-memory on the node and does not write them to disk to ensure security.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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