docker dhi customization create
| 内容説明 | Create a new customization from YAML file |
|---|---|
| 利用方法 | docker dhi customization create <file> |
内容説明
Create a new Docker Hardened Images customization using a YAML file as input. The file should contain the complete customization structure without an 'id' field.
Flags can override values from the YAML file (see --help for details). Shell completions are available for --destination and --tag-definition-id flags. Run 'docker dhi completion --help' to set up shell completions.
オプション
| オプション | デフォルト | 内容説明 |
|---|---|---|
-d, --destination | Override the destination repository (e.g. myorg/dhi-golang) | |
--json | Output in JSON format | |
-n, --name | Override the customization name from the YAML file | |
-t, --tag-definition-id | Override the tag definition ID (single-target only) |