mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
<!--Delete sections as needed --> ## Description Updated DHI CLI reference and how-to topic. - dhi cli plugin is now part of Desktop 4.65 - pulled the latest version of CLI docs from upstream and updated `dhictl` examples to `docker dhi` - updated how-to based on latest cli ref ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
26 lines
853 B
YAML
Generated
26 lines
853 B
YAML
Generated
command: docker dhi customization edit
|
|
aliases: dhi customization edit, dhi customization update
|
|
short: Edit an existing customization from YAML file
|
|
long: |
|
|
Edit an existing Docker Hardened Images customization using a YAML file as input. The file should contain the complete customization structure with an 'id' field to identify which customization to update.
|
|
usage: docker dhi customization edit <file>
|
|
pname: docker dhi customization
|
|
plink: docker_dhi_customization.yaml
|
|
inherited_options:
|
|
- option: org
|
|
value_type: string
|
|
description: Docker Hub organization (overrides config)
|
|
deprecated: false
|
|
hidden: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
deprecated: false
|
|
hidden: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
|