alfresco-sdk/docs/enterprise-docker-registry.md
Jose Luis Osorno 64d53e0fe6 Documentation - Working with Enterprise
Add some articles to explain how to properly configure the development
environment to work with Alfresco Enterprise instead of the Community
version.
2019-01-15 13:58:23 +01:00

894 B

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

How to configure private Alfresco Docker registry

In order to download the Docker images needed to work with Alfresco 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. You 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.