Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions content/manuals/dhi/how-to/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,12 @@ docker dhi mirror stop dhi-golang --org my-org --delete --force
### Customize DHI images {tier="DHI Select & DHI Enterprise"}

The CLI can be used to create and manage DHI image customizations. For detailed
instructions on creating customizations, including the YAML syntax and
available options, see [Customize a Docker Hardened Image](./customize.md).
instructions on creating customizations using the GUI, see [Customize a Docker
Hardened Image](./customize.md).

Quick reference for CLI commands:
The following is a quick reference for CLI commands. For complete details on all
options and flags, see the
[CLI reference](/reference/cli/docker/dhi/).

```bash
# Prepare a customization scaffold
Expand All @@ -138,6 +140,7 @@ docker dhi customization list --org my-org --source golang
docker dhi customization get my-org/dhi-golang "golang with git" --org my-org --output my-customization.yaml

# Update a customization
# The YAML file must include the 'id' field to identify the customization to update
docker dhi customization edit my-customization.yaml --org my-org

# Delete a customization
Expand Down