docker dhi mirror stop
| 内容説明 | Stop mirroring a Docker Hardened Image |
|---|---|
| 利用方法 | docker dhi mirror stop <repository> |
内容説明
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
オプション
| オプション | デフォルト | 内容説明 |
|---|---|---|
--delete | Delete the repository after stopping mirroring |