Q. Which of the following file types would NOT be a good candidate for a Docker config?
β
Correct Answer: (C)
.pem (with secrets)
Explanation: .pem files often contain sensitive data and should be stored using Docker secrets, not configs.