docker dhi customization delete
| 内容説明 | Delete one or more customizations |
|---|---|
| 利用方法 | docker dhi customization delete <id> [id...] |
内容説明
Delete one or more Docker Hardened Images customizations by their IDs.
Multiple IDs can be specified as positional arguments.
Examples:
Delete a single customization
docker dhi customization delete abc123
Delete multiple customizations
docker dhi customization delete abc123 def456 ghi789
Delete without confirmation prompt
docker dhi customization delete abc123 def456 --force
オプション
| オプション | デフォルト | 内容説明 |
|---|---|---|
-f, --force | Skip the confirmation prompt; aborts if any ID does not exist |