Q. Which of the following is a secure way to handle secrets in Docker?

  • (A) Storing in environment variables
  • (B) Including in Dockerfile
  • (C) Using Docker secrets
  • (D) Logging them to console
πŸ’¬ Discuss
βœ… Correct Answer: (C) Using Docker secrets
Explanation: The best practice is to use Docker secrets for secure handling of sensitive data.
Explanation by: Mr. Dubey
The best practice is to use Docker secrets for secure handling of sensitive data.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
75
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
86%
Success Rate