Q. What happens to Docker secrets when a container stops?

  • (A) They are saved for reuse
  • (B) They are written to disk
  • (C) They are lost immediately
  • (D) They are securely removed from memory
πŸ’¬ Discuss
βœ… Correct Answer: (D) They are securely removed from memory
Explanation: When the container stops, Docker ensures that secrets are removed from memory to avoid exposure.
Explanation by: Mr. Dubey
When the container stops, Docker ensures that secrets are removed from memory to avoid exposure.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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