πŸ“Š Docker
Q. How are secrets encrypted in Docker?
  • (A) With TLS encryption at rest
  • (B) With symmetric encryption using AES
  • (C) With public-key encryption
  • (D) Using base64 encoding
πŸ’¬ Discuss
βœ… Correct Answer: (A) With TLS encryption at rest

Explanation: Docker uses TLS to encrypt secrets in transit and encrypts them at rest on disk in manager nodes.

Explanation by: Mr. Dubey
Docker uses TLS to encrypt secrets in transit and encrypts them at rest on disk in manager nodes.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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