Skip to main content

Documentation Index

Fetch the complete documentation index at: https://astronomer-preview.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

If Astro Private Cloud (APC) users deploy images to a container registry, including the integrated container registry, that uses a TLS certificate signed by a private certificate authority (CA), 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:
mkdir -p /etc/docker/certs.d
cp privateCA.pem /etc/docker/certs.d/