Docker Certified Associate (DCA) — Question 6
Is this the purpose of Docker Content Trust?
Enable mutual TLS between the Docker client and server.
Answer options
- A. Yes
- B. No
Correct answer: B
Explanation
The correct answer is B because Docker Content Trust is designed to ensure the integrity and authenticity of images by signing them, rather than facilitating mutual TLS connections. Option A is incorrect as mutual TLS is a different security feature unrelated to the core purpose of Docker Content Trust.