Add certificate authorities (CAs) to Docker Desktop

If Astro Private Cloud users deploy images to a container registry, including the integrated container registry, that uses a TLS certificate signed by a private certificate authority, you need to configure Docker Desktop to trust the CA’s public certificate.

Obtain a copy of the CA’s public certificate in pem format and place it in /etc/docker/certs.d:

1mkdir -p /etc/docker/certs.d
2cp privateCA.pem /etc/docker/certs.d/