This guide details the process of provisioning a new container registry using the DCR (Distributed Container Registry) service.
Before creating a registry, ensure you have:
Enter the specifications for your new registry in the "New Registry" form:
Enter a unique identifier for your registry (e.g., dcp-dcr-demo-01)
Choose the access level for your registry:
After creation:
The registry details page provides:
docker login), tagging, and pushing images to this specific registryOnce created, your registry will have a specific endpoint URL:
dcr.nexqloud.io/your-registry-name
This endpoint is required for your Docker/Podman push commands.
Ensure you save the generated credentials displayed after registry creation. These are required to authenticate your local Docker client.
You can also manage credentials from the registry settings tab.