Commit Graph

56 Commits

Author SHA1 Message Date
David Karlsson
db88a4ec1c sandboxes: vendor v0.12.0 cli reference
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-12 15:11:21 +01:00
David Karlsson
bed26cad03 cli: docker sandboxes v0.10.1
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-02 16:37:13 +01:00
David Karlsson
66ff3c700c update sandbox cli ref (#24042)
- **sandboxes: regenerate, vendor cli reference docs**
- **chore: move `docker sandbox create` to a section page**

---------

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-01-30 12:53:35 +01:00
David Karlsson
ae09e522ee build: add stubs for buildx policy commands
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-01-27 15:18:28 +01:00
David Karlsson
993a94bab5 vendor: docker sandboxes v0.7.1 cli docs
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-01-26 10:38:49 +01:00
David Karlsson
8d9b9ef1e8 chore: remove deprecated _build frontmatter keyword
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-01-05 08:34:34 +01:00
David Karlsson
2bb94837ec Merge pull request #23818 from doringeman/dmr-cli
vendor: github.com/docker/model-cli v1.0.3
2025-12-09 10:02:18 +01:00
Dorin Geman
b6558dd6be vendor: github.com/docker/model-cli v1.0.3
See changes in https://github.com/docker/model-runner/compare/cmd/cli/v0.1.44...cmd/cli/v1.0.3.

Signed-off-by: Dorin Geman <dorin.geman@docker.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-12-09 09:57:56 +01:00
Johannes Großmann
847834562e feat: documentation for docker-pass CLI plugin
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-12-05 12:21:43 +01:00
David Karlsson
c152b6077d Merge pull request #23700 from dvdksn/docker-sandboxes
docker sandboxes
2025-11-11 17:07:35 +01:00
Craig Osterhout
e9ad5f424e offload: enterprise ea (#23632)
<!--Delete sections as needed -->

## Description

Updated Offload Beta docs for enterprise EA.

Notable topics updated:

- [All topics under
`/offload/`](https://deploy-preview-23632--docsdocker.netlify.app/offload/)
- [Manage Docker
products](https://deploy-preview-23632--docsdocker.netlify.app/admin/organization/manage-products/)
- [Settings reference - Enable Docker
Offload](https://deploy-preview-23632--docsdocker.netlify.app/enterprise/security/hardened-desktop/settings-management/settings-reference/#enable-docker-offload)
- [Settings - Docker
Offload](https://deploy-preview-23632--docsdocker.netlify.app/desktop/settings-and-maintenance/settings/#docker-offload)
- [VM/VDI - Use Docker
Offload](https://deploy-preview-23632--docsdocker.netlify.app/desktop/setup/vm-vdi/#use-docker-offload)
- [Docker Offload CLI
reference](https://deploy-preview-23632--docsdocker.netlify.app/reference/cli/docker/offload/)

~~**Pending audit log updates**~~ Will handle in followup PR to keep
this moving

## Related issues or tickets

DCL-745
DCL-1033
DCL-1019
ENGDOCS-2929

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2025-11-06 23:54:16 -08:00
David Karlsson
546686293c cli: add reference docs for docker sandbox
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-11-06 13:40:33 +01:00
Sebastiaan van Stijn
bb847bd16e reference: mcp: add markdown stubs for new subcommands
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-10-08 23:09:18 +02:00
Craig Osterhout
54896155f7 scout: fix watch docs (#23506)
<!--Delete sections as needed -->

## Description

Fixes the generated scout watch docs to use examples from the upstream
markdown, instead of the yaml. When previously updated, only the
markdown was updated upstream and not the CLI source which generates the
yaml.

- Added new layout for the scout cli, based on the generic cli layout.
The new layout uses the more extensive markdown examples if present,
otherwise use the examples from the yaml.
- Updated the scout watch topic to use the new layout 

Once fixed upstream, will have a follow up to most likely revert this.



https://deploy-preview-23506--docsdocker.netlify.app/reference/cli/docker/scout/watch/#examples

## Related issues or tickets

Original PR to update the version: #23485. The markdown was updated but
not the yaml.
Upstream fix: https://github.com/docker/scout-cli-plugin/pull/713

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Editorial review

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2025-10-07 08:37:24 -07:00
Craig Osterhout
7da1a15974 scout: update cli to 1.18.4 (#23485)
<!--Delete sections as needed -->

## Description

Updated scout cli to 1.18.4
- Got vendor'd content from upstream
- Created new placeholders in `content/reference/cli/docker/scout` for
new commands
- Updated release notes


https://deploy-preview-23485--docsdocker.netlify.app/reference/cli/docker/scout/

https://deploy-preview-23485--docsdocker.netlify.app/scout/release-notes/cli/

## Related issues or tickets

DHI-449

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Editorial review

Signed-off-by: Craig <craig.osterhout@docker.com>
2025-10-03 08:31:50 -07:00
Arthur
d6a53140c2 cli: add generated MCP cli refs (#23169)
Add generated MCP docs.
2025-08-12 16:20:15 +02:00
Allie Sadler
ccf6408f16 desktop: cli fix (#23214)
<!--Delete sections as needed -->

## Description

removes internal command

## 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
2025-08-08 11:42:36 +01:00
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
CrazyMax
2fc755eb01 build: missing placeholders for new dap command
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-07-21 18:15:46 +02:00
Allie Sadler
479885a3d8 Compose:fix attach and link to models page (#23121)
<!--Delete sections as needed -->

## Description

<!-- Tell us what you did and why -->

## 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
2025-07-21 10:29:39 +01:00
Craig Osterhout
194745f522 offload: add initial docs (#22910)
<!--Delete sections as needed -->

## Description

Add initial Docker Offload docs

https://deploy-preview-22910--docsdocker.netlify.app/offload/

https://deploy-preview-22910--docsdocker.netlify.app/reference/cli/docker/offload/

https://deploy-preview-22910--docsdocker.netlify.app/desktop/setup/vm-vdi/

Minor changes
https://deploy-preview-22910--docsdocker.netlify.app/desktop/
https://deploy-preview-22910--docsdocker.netlify.app/
https://deploy-preview-22910--docsdocker.netlify.app/manuals/

Pending sign up page link.

## Related issues or tickets

ENGDOCS-2704

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

---------

Signed-off-by: Craig <craig.osterhout@docker.com>
2025-07-10 12:09:07 +02:00
Allie Sadler
6c5ecca0a4 Engdocs 2795 (#22961)
<!--Delete sections as needed -->

## Description

Adds Compose 2.38 content (includes some of the WAD updates - more
incoming)

## 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
2025-07-01 10:19:17 +01:00
Allie Sadler
4abcbc4ba2 compose: publish command (#22925)
<!--Delete sections as needed -->

## Description

creates `docker compose publish` TOC entry, removes `docker compose
alpha publish` and sorts out redirects

## 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
2025-06-26 13:56:53 +02:00
Dorin Geman
7655594deb revert model-cli commands that are not part of v0.1.24
Signed-off-by: Dorin Geman <dorin.geman@docker.com>
2025-06-11 20:01:27 +03:00
Allie Sadler
521f328b86 ENGDOCS-2709 (#22799)
<!--Delete sections as needed -->

## Description

Fixes Compose Bridge CLI docs not displaying and updates the docs to the
new commands

## 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
2025-06-10 08:04:55 +01:00
CrazyMax
5516d06d3c model-cli reference docs (#22681)
## Description

Adds model-cli reference docs.

## Related issues or tickets

* https://github.com/docker/model-cli/pull/62
* https://github.com/docker/model-cli/pull/69

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

---------

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Co-authored-by: ArthurFlag <arthur.flageul@docker.com>
2025-06-02 10:11:37 +02:00
CrazyMax
5226053fe9 buildx: buildx history export stub
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-04-16 15:17:35 +02:00
Allie Sadler
390b726051 ENGDOCS-2523 (#22358)
<!--Delete sections as needed -->

## Description

Updates Docker Desktop CLI reference. 

Ideally we vendor in the docs instead of manually adjusting. But need to
complete setup on this (David started this before he left). This is a
short term solution to get the docs in

## 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: Dorin-Andrei Geman <doringeman@gmail.com>
2025-04-03 14:40:36 +01:00
Allie Sadler
4fe971a0d5 ENGDOCS-2505 (#22323)
<!--Delete sections as needed -->

## Description

addresses 404 issues
https://docs.google.com/spreadsheets/d/1yjQsYd-uBEuPaEZFRfuFbkla1xn7UBnIkfCJp8DcxYM/edit?gid=0#gid=0

## 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
2025-03-27 13:44:58 +00:00
CrazyMax
01f9f3d8ae buildx: buildx history import stub
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-03-18 15:35:15 +01:00
Allie Sadler
86571a530b ENGDOCS-2438 (#22093)
<!--Delete sections as needed -->

## Description

Move DD CLI to GA
Adds new `logs` command
Slight wording changes
`update` command now available for all OSs but have said 4.39 min
version in docs even though it's been available for mac since 4.38

## 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
2025-03-05 14:01:26 +00:00
Craig Osterhout
0d5196d359 Merge pull request #22094 from craig-osterhout/init-debug-callout
desktop: update init and debug cli
2025-02-25 08:01:08 -08:00
CrazyMax
54c2a9cf8d buildx: buildx history trace stub
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-02-20 10:34:10 +01:00
Allie Sadler
414c77d10b ENGDOCS-2405a (#21917)
<!--Delete sections as needed -->

## Description

Add new DD CLI command for 4.38

## 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
2025-01-30 16:27:39 +00:00
Sarah Sanders
d083617e9d fix: update include.html for heading error (#21906)
## Description
- Problem: Some include shortcodes produce missing H3 ToC headings (ex:
https://docker.slack.com/archives/C039ZM6GH4Z/p1737545677728649)
- Fix: Update to include.html uses Hugo readFile function to fix parsing
errors and updated all include shortcodes using Find and Replace to use
correct syntax: `{{% "include-file" %}}`

## Related issues or tickets
-
[ENGDOCS-2398](https://docker.atlassian.net/browse/ENGDOCS-2398?atlOrigin=eyJpIjoiZGE3OTBmY2ExOTliNDVjY2JlOTc4Y2ViY2MwNDI3NDEiLCJwIjoiaiJ9)

## Reviews
- [ ] Technical review

[ENGDOCS-2398]:
https://docker.atlassian.net/browse/ENGDOCS-2398?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-01-29 07:31:40 -08:00
Sarah Sanders
3de8201822 implement summary bars for feature attributes (#21667)
## Description
- Create `summary-bar.html` shortcode
- Inline styling

## Related issues or tickets
- [ENGDOCS-2334](https://docker.atlassian.net/browse/ENGDOCS-2334)

## Reviews
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

[ENGDOCS-2333]:
https://docker.atlassian.net/browse/ENGDOCS-2333?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

Preview:
https://deploy-preview-21667--docsdocker.netlify.app/security/for-admins/hardened-desktop/settings-management/configure-admin-console/

[ENGDOCS-2334]:
https://docker.atlassian.net/browse/ENGDOCS-2334?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-01-21 09:19:16 -08:00
CrazyMax
2c74df2578 buildx: create stub files for new history command
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-01-21 12:31:28 +01:00
David Karlsson
a2d2b07b72 cli: add sidebar entries for common top-level aliases
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-01-09 16:33:24 +01:00
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
Allie Sadler
782e611831 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 15:54:40 +00:00
David Karlsson
1e399b289a cli: remove shorthand linktitle for legacy build reference
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 17:16:23 +02:00
David Karlsson
656d1a871c chore: add navigation stubs, weights
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 11:24:49 +02:00
David Karlsson
07a053763f compose: use plugin base cmd as cli overview
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-22 15:45:42 +02:00
David Karlsson
8a4749bd22 redirect: remove redirects for retired commands
retired commands should not redirect to unrelated pages just to avoid
404

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-14 09:40:11 +02:00
David Karlsson
3be1072b26 vendor: docker/cli v27.1.1
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-11 17:07:54 +02:00
David Karlsson
2f04fcfd8b cli: add alias for docker logs
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-05 09:11:27 +02:00
Craig Osterhout
6796600e3c remove beta label from debug (#20463)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-07-25 16:04:30 +01:00
David Karlsson
f7ccee34b0 cli: make buildx build the canonical build
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-16 11:57:38 +02:00
David Karlsson
bb739ef211 cli: add alias for docker container ps
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-08 11:05:04 +02:00
David Karlsson
b3620f8204 chore: remove duplicate content paths
Duplicate aliases means multiple pages will attempt to redirect the same
URL

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-07 09:19:53 +02:00