docker dhi mirror stop
| Description | Stop mirroring a Docker Hardened Image |
|---|---|
| Usage | docker dhi mirror stop <repository> |
Description
Stop mirroring a Docker Hardened Image repository.
The repository can be specified as:
- Just the repository name (e.g., dhi-python) - uses --org flag or config
- Full path with org (e.g., myorg/dhi-python) - org must match --org flag or config
Examples:
Stop mirroring using --org flag
dhictl mirror stop dhi-python --org myorg
Stop mirroring with full path (org must match)
dhictl mirror stop myorg/dhi-python --org myorg
Stop mirroring and delete the repository
dhictl mirror stop dhi-python --org myorg --delete
Options
| Option | Default | Description |
|---|---|---|
--delete | Delete the repository after stopping mirroring |