Share feedback
Answers are generated based on the documentation.

docker dhi mirror stop

DescriptionStop mirroring a Docker Hardened Image
Usagedocker 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

OptionDefaultDescription
--deleteDelete the repository after stopping mirroring