Q. Which of the following file types would NOT be a good candidate for a Docker config?

  • (A) .conf
  • (B) .json
  • (C) .pem (with secrets)
  • (D) .env
πŸ’¬ Discuss
βœ… Correct Answer: (C) .pem (with secrets)
Explanation: .pem files often contain sensitive data and should be stored using Docker secrets, not configs.
Explanation by: Mr. Dubey
.pem files often contain sensitive data and should be stored using Docker secrets, not configs.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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