docs/content/reference/cli/docker
Allie Sadler 50bcd34faf Desktop: new cli commands and options (#23182)
<!--Delete sections as needed -->

## Description

Adds https://github.com/docker/desktop-cli/pull/110 and new model-runner
flags

## 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

---------

Co-authored-by: Luciano Ciccariello <Xeeynamo@users.noreply.github.com>
2025-08-07 11:21:00 +01:00
..
builder cli: change reference docs url paths 2024-02-21 10:25:53 +01:00
buildx build: missing placeholders for new dap command 2025-07-21 18:15:46 +02:00
checkpoint cli: change reference docs url paths 2024-02-21 10:25:53 +01:00
compose Compose:fix attach and link to models page (#23121) 2025-07-21 10:29:39 +01:00
config cli: change reference docs url paths 2024-02-21 10:25:53 +01:00
container cli: add sidebar entries for common top-level aliases 2025-01-09 16:33:24 +01:00
context cli: change reference docs url paths 2024-02-21 10:25:53 +01:00
desktop Desktop: new cli commands and options (#23182) 2025-08-07 11:21:00 +01:00
image cli: add sidebar entries for common top-level aliases 2025-01-09 16:33:24 +01:00
manifest cli: change reference docs url paths 2024-02-21 10:25:53 +01:00
model revert model-cli commands that are not part of v0.1.24 2025-06-11 20:01:27 +03: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
offload offload: add initial docs (#22910) 2025-07-10 12:09:07 +02:00
plugin cli: change reference docs url paths 2024-02-21 10:25:53 +01:00
scout fix: update include.html for heading error (#21906) 2025-01-29 07:31:40 -08: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: add sidebar entries for common top-level aliases 2025-01-09 16:33:24 +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
build.md cli: add sidebar entries for common top-level aliases 2025-01-09 16:33:24 +01:00
debug.md Merge pull request #22094 from craig-osterhout/init-debug-callout 2025-02-25 08:01:08 -08:00
exec.md cli: add sidebar entries for common top-level aliases 2025-01-09 16:33:24 +01:00
images.md cli: add sidebar entries for common top-level aliases 2025-01-09 16:33:24 +01:00
info.md cli: add sidebar entries for common top-level aliases 2025-01-09 16:33:24 +01:00
init.md Merge pull request #22094 from craig-osterhout/init-debug-callout 2025-02-25 08:01:08 -08: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
ps.md cli: add sidebar entries for common top-level aliases 2025-01-09 16:33:24 +01:00
pull.md cli: add sidebar entries for common top-level aliases 2025-01-09 16:33:24 +01:00
push.md cli: add sidebar entries for common top-level aliases 2025-01-09 16:33:24 +01:00
run.md cli: add sidebar entries for common top-level aliases 2025-01-09 16:33:24 +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.