A

Admin • 828.43K Points
Coach

Q. What is the main advantage of Docker secrets over environment variables?

  • (A) They use more memory
  • (B) They are easier to manage
  • (C) They are encrypted and not exposed via `docker inspect`
  • (D) They are visible in logs

Explanation by: Admin
Unlike environment variables, secrets are secure and not visible in container inspection output.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.