Jose Luis Osorno 12db1fcb17 Documentation - Update documentation to SDK 4.1
- Update SDK and ACS versions
- New article how to setup ATS in alfresco community
- New troubleshooting section about configuring ATS
2019-10-18 10:16:18 +02:00

930 B

Title, Added, Last reviewed
Title Added Last reviewed
How to configure private Alfresco Docker registry v3.0.0 2019-10-18

How to configure private Alfresco Docker registry

In order to download the Docker images needed to work with Alfresco Content Services Enterprise Edition it is required to configure the Alfresco private Docker registry hosted at Quay.io.

The first matter to consider is to ensure that you have credentials for the Alfresco private Docker registry, where the Alfresco images are stored. Customers and partners can request these credentials opening a ticket on the Alfresco Support Portal.

Once you have suitable credentials, you only need to login your docker installation to the Quay.io Docker registry:

$ docker login quay.io

At this point you have configured Docker to have access to the Alfresco private Docker registry at Quay.io.