Q. Which of the following is a secure way to handle secrets in Docker?
β
Correct Answer: (C)
Using Docker secrets
Explanation: The best practice is to use Docker secrets for secure handling of sensitive data.