Is this the purpose of Docker Content Trust?
Enable mutual TLS between the Docker client and server.
Is this the purpose of Docker Content Trust?
Enable mutual TLS between the Docker client and server.
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.
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