DCA Exam QuestionsBrowse all questions from this exam

DCA Exam - Question 17


Is this the purpose of Docker Content Trust?

Enable mutual TLS between the Docker client and server.

Show Answer
Correct Answer:

Discussion

2 comments
Sign in to comment
walid1009
Jul 5, 2024

No, the DCT manages the signature of images so that they become authorized to be pulled / pushed. TLS connection needs digital certificates to secure the main communication between the server and the client.

__rajan__Option: B
Jan 8, 2025

Docker Content Trust (DCT) is NOT used for enabling mutual TLS between Docker client and server. Its actual purpose is: * Provides digital signing and verification of container images * Ensures image integrity and authenticity * Verifies the publisher of container images * Protects against image tampering