Share feedback
Answers are generated based on the documentation.

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, --forceSkip the confirmation prompt; aborts if any ID does not exist