docker registry events
Description
List registry events (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 events HOST | REPOSITORY [OPTIONS]
Extended description
List registry events (Only supported by Docker Trusted Registry)
Options
Name, shorthand | Default | Description |
--format |
Pretty-print output using a Go template | |
--limit |
50 |
Specify the number of event results |
--no-trunc |
Don’t truncate output | |
--object-type |
Specify the type of Event target object [REPOSITORY | TAG | BLOB | MANIFEST | WEBHOOK | URI | PROMOTION | PUSH_MIRRORING | POLL_MIRRORING] | |
--type |
Specify the type of Event [CREATE | GET | DELETE | UPDATE | SEND | FAIL] |
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) |