docker registry info
Description🔗
Display information about a registry (DTR Only)
This command is only available on Docker Enterprise Edition.
Learn more about Docker Enterprise products.
This command is experimental on the Docker client.
It should not be used in production environments.
To enable experimental features in the Docker CLI, edit the config.json and set
experimental
toenabled
. You can go here for more information.
Usage🔗
docker registry info HOST [OPTIONS]
Extended description🔗
Display information about a registry (Only supported by Docker Trusted Registry and must be authenticated as an admin user)
Options🔗
Name, shorthand | Default | Description |
--format |
Pretty-print output using a Go template |
Parent command🔗
Command | Description |
---|---|
docker registry | Manage Docker registries |
Related commands🔗
Command | Description |
docker registry events | List registry events (DTR Only) |
docker registry history | Inspect registry image history (DTR Only) |
docker registry info | Display information about a registry (DTR Only) |
docker registry inspect | Inspect registry image |
docker registry joblogs | List registry job logs (DTR Only) |
docker registry jobs | List registry jobs (DTR Only) |
docker registry ls | List registry images |
docker registry rmi | Remove a registry image (DTR Only) |