Share feedback
Answers are generated based on the documentation.

docker dhi mirror list

内容説明List all mirrored Docker Hardened Images
利用方法docker dhi mirror list

内容説明

List all Docker Hardened Images currently being mirrored to your organization's registry.

Shows the source repositories, destination repositories, and mirroring status.

Examples:

List all mirrored repositories

dhictl mirror list --org myorg

List only image repositories

dhictl mirror list --org myorg --type image

List only helm chart repositories

dhictl mirror list --org myorg --type helm-chart

Search for a specific repository by name

dhictl mirror list --org myorg --filter dhi-python

Output in JSON format

dhictl mirror list --org myorg --json

オプション

オプションデフォルト内容説明
-f, --filterFilter by repository name (partial match)
--jsonOutput in JSON format
--typeFilter by repository type (image or helm-chart)