List of questions
Related questions
Question 160 - DCA discussion
You are pulling images from a Docker Trusted Registry installation configured to use self-signed certificates, and this error appears:
'x509: certificate signed by unknown authority.
You already downloaded the Docker Trusted Registry certificate authority certificate from https://dtr.example.com/ca.
How do you trust it? (Select two.)
Pass '-trust-certificate ca.crt to the Docker client.
Place the certificate in '/etc/docker/dtr/dtr.example.com.crt' and restart the Docker daemon on all cluster nodes.
Place the certificate in /etc/docker/certs.d/dtr.example.com/ca.crt' on all cluster nodes.
Pass -- insecure-registry to the Docker client.
Place the certificate in your OS certificate path, trust the certificate system- wide, and restart the Docker daemon across all cluster nodes.
0 comments
Leave a comment first