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, --filter | Filter by repository name (partial match) | |
--json | Output in JSON format | |
--type | Filter by repository type (image or helm-chart) |