mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-12 17:05:08 +00:00
Add some articles to explain how to properly configure the development environment to work with Alfresco Enterprise instead of the Community version.
894 B
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.