Share feedback
Answers are generated based on the documentation.

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

オプション

オプションデフォルト内容説明
--deleteDelete the repository after stopping mirroring