mirror of https://github.com/docker/docs.git
update intro and examples (#19633)
This commit is contained in:
parent
78255c1d9a
commit
3556183aff
|
@ -14,11 +14,15 @@ aliases:
|
|||
|
||||
With Registry Access Management (RAM), administrators can ensure that their developers using Docker Desktop only access allowed registries. This is done through the Registry Access Management dashboard in Docker Hub or the Docker Admin Console.
|
||||
|
||||
Registry Access Management supports both cloud and on-prem registries. Example registries administrators can allow include:
|
||||
Registry Access Management supports both cloud and on-prem registries. This feature operates at the DNS level and therefore is compatible with all registries. You can add any hostname or domain name you’d like to include in the list of allowed registries. However, if the registry redirects to other domains such as `s3.amazon.com`, then you must add those domains to the list.
|
||||
|
||||
Example registries administrators can allow include:
|
||||
|
||||
- Docker Hub. This is enabled by default.
|
||||
- Amazon ECR
|
||||
- GitHub Container Registry
|
||||
- Google Container Registry
|
||||
- GitLab Container Registry
|
||||
- Nexus
|
||||
- Artifactory
|
||||
|
||||
|
|
Loading…
Reference in New Issue