docs/content/reference/cli/docker
Allie Sadler ca4ad22861
ENGDOCS-2342 (#21573)
<!--Delete sections as needed -->

## Description

New DD CLI feature for 4.37. Followed the way docker debug was added to
the CLI reference

## 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
- [ ] Product review
2024-12-12 16:29:29 +00:00
..
builder cli: change reference docs url paths 2024-02-21 10:25:53 +01:00
buildx cli: make buildx build the canonical build 2024-07-16 11:57:38 +02:00
checkpoint cli: change reference docs url paths 2024-02-21 10:25:53 +01:00
compose compose: use plugin base cmd as cli overview 2024-08-22 15:45:42 +02:00
config cli: change reference docs url paths 2024-02-21 10:25:53 +01:00
container cli: add alias for docker logs 2024-08-05 09:11:27 +02:00
context cli: change reference docs url paths 2024-02-21 10:25:53 +01:00
desktop ENGDOCS-2342 (#21573) 2024-12-12 16:29:29 +00:00
image cli: make buildx build the canonical build 2024-07-16 11:57:38 +02:00
manifest cli: change reference docs url paths 2024-02-21 10:25:53 +01:00
network cli: change reference docs url paths 2024-02-21 10:25:53 +01:00
node cli: change reference docs url paths 2024-02-21 10:25:53 +01:00
plugin cli: change reference docs url paths 2024-02-21 10:25:53 +01:00
scout scout: add stub for push 2024-04-15 10:11:05 +02:00
secret cli: change reference docs url paths 2024-02-21 10:25:53 +01:00
service cli: change reference docs url paths 2024-02-21 10:25:53 +01:00
stack chore: remove duplicate content paths 2024-06-07 09:19:53 +02:00
swarm cli: change reference docs url paths 2024-02-21 10:25:53 +01:00
system cli: use redirects for noncanonical commands 2024-02-21 11:23:46 +01:00
trust cli: change reference docs url paths 2024-02-21 10:25:53 +01:00
volume cli: change reference docs url paths 2024-02-21 10:25:53 +01:00
README.md cli: change reference docs url paths 2024-02-21 10:25:53 +01:00
_index.md redirect: remove redirects for retired commands 2024-08-14 09:40:11 +02:00
build-legacy.md cli: remove shorthand linktitle for legacy build reference 2024-09-09 17:16:23 +02:00
debug.md remove beta label from debug (#20463) 2024-07-25 16:04:30 +01:00
init.md cli: change reference docs url paths 2024-02-21 10:25:53 +01:00
inspect.md cli: change reference docs url paths 2024-02-21 10:25:53 +01:00
login.md cli: change reference docs url paths 2024-02-21 10:25:53 +01:00
logout.md cli: change reference docs url paths 2024-02-21 10:25:53 +01:00
search.md cli: change reference docs url paths 2024-02-21 10:25:53 +01:00
version.md cli: change reference docs url paths 2024-02-21 10:25:53 +01:00

README.md

_build
list publishResources render
never false never

About these files

The files in this directory are stub files which include the file /_includes/cli.md, which parses YAML files generated from the docker/cli repository. The YAML files are parsed into output files like </reference/cli/docker/build/>.

How the output is generated

The output files are composed from two sources:

Updating the YAML files

The process for generating the YAML files is still in flux. Check with @thaJeztah. Be sure to generate the YAML files with the correct release branch of docker/cli, for example, the 19.03 branch.

After generating the YAML files, replace the YAML files in https://github.com/docker/docs/tree/main/_data/engine-cli with the newly-generated files. Submit a pull request.