Commit Graph

3745 Commits

Author SHA1 Message Date
David Karlsson
d9ce29de6b sandboxes: clarify credential scoping
Document that credentials are scoped per agent with no fallback
authentication methods.
2026-02-12 15:11:21 +01:00
David Karlsson
bb37fe0798 sandboxes: document default network policy
Add canonical reference section for default network policy configuration,
including policy mode, blocked CIDRs, and allowed hosts.
2026-02-12 15:11:21 +01:00
David Karlsson
91007e0a9a sandboxes: document reset command 2026-02-12 15:11:21 +01:00
David Karlsson
5b6c2e8401 sandboxes: update workspace and naming/behavior
Update workspace defaults/behavior and automatic sandbox naming.
2026-02-12 15:11:21 +01:00
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
Mathieu Champlon
27fdb35a55 Explain how to enable in-app updates for MSI-based installations (#24050)
## Description

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

## Related issues or tickets

https://docker.atlassian.net/browse/DKP-2599

## Reviews

@aevesdocker can you check the wording please? 😄 

- [ ] Editorial review
- [ ] Product review

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2026-02-09 10:12:16 +00:00
Allie Sadler
f2cffa4d04 Desktop: 4.60 RN (#24062)
<!--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
2026-02-09 10:11:37 +00:00
andrewb-ontheinternet
7e4788ffcf Revise Kubernetes images for Docker Desktop (#24086)
<!--Delete sections as needed -->

## Description
Update the list of Kuberenetes images pulled for a kubeadm installation.
Also add references to the new-ish CLI list images command.

<!-- Tell us what you did and why -->
The original listed images are not entirely correct:
- the `docker.io/registry.k8s.io` registry prefix is redundant, it
should just be `registry.k8s.io/*`
- the `registry.k8s.io` images are what kubeadm requires for
installation, however Docker Desktop will pull mirrored copies from
Docker registry + repository (`docker.io/docker`) and internally re-tag
the images back to the original images required by kubeadm

The `desktop kubernetes images list` CLI command can be used to print
out the images and their tags required by the current Docker Desktop
installation. Of particular interest might be the programmatic output
`desktop kubernetes images list --format=json` which can be used for
automation purposes. The tags in the image list output are tied to the
Docker Desktop version in which the commands are run, that is to say, it
is not possible to find out all possible Kubernetes image tags (past or
future? 😆) from one Docker Desktop version (the Release Notes
would be a better place to check image tag changes).

## 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: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2026-02-09 09:50:13 +00:00
luojiyin
9be23c8032 Fix spelling errors across documentation and config files
- seee → see (hub API docs)
- dameon → daemon (release notes)
- plugable → pluggable (release notes)
- adminstrative → administrative (account docs)
- docekr → Docker (opentelemetry guide)
- addFlagLables → addFlagLabels (tensorflowjs guide)
- terrabytes → terabytes (Vale config)
- Dasboard → Dashboard (Vale vocabulary)
- plaform → platform (CLI docs)
- correponds → corresponds (CLI docs)
- digset → digest (buildx docs)

Signed-off-by: luojiyin <luojiyin@hotmail.com>
2026-02-08 13:15:42 +08:00
Eric Curtin
90c8b1aaae Add Hugging Face support to Docker Model Runner docs
Docker Model Runner now supports pulling models from Hugging Face in
addition to Docker Hub and OCI-compliant registries. Documentation
updated to reflect this new capability across the manual pages.

Signed-off-by: Eric Curtin <eric.curtin@docker.com>
2026-02-06 15:22:35 +00:00
CrazyMax
8a1dca0fc8 Merge pull request #24084 from crazy-max/site-param-actions
add site param to centralize actions versions
2026-02-05 15:59:23 +01:00
CrazyMax
3ae207eeea add site param to centralize actions versions
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2026-02-05 11:24:50 +01:00
David Karlsson
9f380d429e chore: refactor style guide to STYLE.md and COMPONENTS.md
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-05 10:38:35 +01:00
shynur
64afacc22f ; fix typo 2026-02-05 11:37:27 +08:00
Vineet Kumar
e00d21efe3 DOC: Enhancing clarity in documentation (#24077)
<!--Delete sections as needed -->

## Description

Fixed typos across multiple files


## Reviews

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

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2026-02-04 11:42:30 -08:00
Mathieu Champlon
266ccef498 Update 4.57 release notes with mention of CVE-2025-14740 (#24076)
## Description

Added mention of CVE-2025-14740 to the release notes of 4.57, as we had
fixed it in that version but we didn’t publish the CVE back then.

## Related issues or tickets

https://docker.atlassian.net/browse/DKP-2556

## Reviews

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

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2026-02-04 14:49:39 +00:00
Sebastiaan van Stijn
be37c0192d engine/install: remove Ubuntu 25.04 ("plucky"), which is EOL
Ubuntu 25.04 ("plucky") reached EOL on January 15, 2026;
https://documentation.ubuntu.com/project/release-team/list-of-releases/#end-of-life

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2026-02-04 12:27:13 +01:00
Allie Sadler
2af67e5036 Update allowlist (#24072)
<!--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

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-04 11:10:13 +01:00
Allie Sadler
9b14e2d355 requirements swap (#24066)
<!--Delete sections as needed -->

## Description

Makes apple silicon the default as per @usha-mandya request

## 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
2026-02-03 16:02:06 +00:00
george
b7f822a3c8 DD 4.59.1 (#24064)
<!--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
2026-02-03 12:46:32 +00:00
Paweł Gronowski
17c1aef201 Merge pull request #24060 from vvoland/update-docker
engine: 29.2.1
2026-02-02 18:17:16 +00:00
David Karlsson
9f5390e643 sandboxes: call out yolo mode by default in overview
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-02 17:50:02 +01:00
David Karlsson
6cf15833c8 sandboxes: add copilot to supported agents
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-02 17:47:01 +01:00
David Karlsson
c1b87c9028 sandboxes: add docker sandbox save to templates docs
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-02 17:44:13 +01:00
Paweł Gronowski
d8dcb698ff engine: 29.2.1
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2026-02-02 17:43:11 +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
Tobias Fenster
53aa093915 Document OpenCode integration for Docker Model Runner and WSL troubleshooting (#24052)
Added OpenCode integration details and configuration instructions. Also
added a troubleshooting hint for WSL

<!--Delete sections as needed -->

## Description

Added instructions on how to use OpenCode based on the official blog
post for the topic

## 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: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-02 16:24:23 +01:00
Allie Sadler
8e963e52bf Compose badge tidyup (#24057)
<!--Delete sections as needed -->

## Description

Removes 'new' badges for items that are no longer new

## 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
2026-02-02 15:10:51 +00:00
Allie Sadler
ebe6fd2846 4.59 RN (#24022)
<!--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

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-02 12:46:32 +00: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
John Vines
9b18858cc7 Merge pull request #24045 from onboard-data/main
Clarifying %L behavior for awslogs driver
2026-01-30 11:45:24 +01:00
Lorena Rangel
82be58cba8 fix(desktop): only show mac release
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2026-01-30 09:42:15 +01:00
Craig Osterhout
25c5591253 dhi: add debug methods (#24038)
<!--Delete sections as needed -->

## Description

Added additional debugging methods: image mount and dev variant.

https://deploy-preview-24038--docsdocker.netlify.app/dhi/how-to/debug/

## Related issues or tickets

[ENGDOCS-3164](https://docker.atlassian.net/browse/ENGDOCS-3164)

## Reviews

- [ ] Editorial review


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

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2026-01-29 10:50:33 -08:00
github-actions[bot]
7a86604fcf docs: address issue #24043
This change was automatically generated by the documentation agent team
in response to issue #24043.

🤖 Generated with cagent
2026-01-29 16:22:31 +00:00
Allie Sadler
e5d991869a patch release notes (#24041)
<!--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
2026-01-29 10:12:13 +00:00
Guillaume Tardif
6b92566bf6 Document how to use extension private marketplace with settings managed via admin console (#23982)
<!--Delete sections as needed -->

## Description

Document how to use extension private marketplace with settings managed
via admin console.

## Related issues or tickets

https://docker.atlassian.net/browse/DKP-2583

## Reviews

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

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

---------

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
Signed-off-by: aevesdocker <allie.sadler@docker.com>
Co-authored-by: aevesdocker <allie.sadler@docker.com>
2026-01-29 09:01:50 +00:00
Craig Osterhout
a6c720fd1d guides: update agentic guide (#24036)
<!--Delete sections as needed -->

## Description

Removed Offload.
Added tip for cagent.

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

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

- [ ] Editorial review

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2026-01-28 09:11:26 -08:00
Edith Puclla
6d1ccc8c4c docs: Add a section in the Rust guide to use DHI (#23728)
<!--Delete sections as needed -->

## Description

Updated the Rust language guide to include Docker Hardened Images (DHI).

Changes include:
- Added DHI as an option with tab-based layout (Official image /
Hardened image)
- Added a DHI-based Dockerfile example
- Updated build instructions to match docker init behavior
- Added DHI quickstart link in "Related information"

This follows the same structure used in the
[Bun](https://github.com/docker/docs/pull/23565) and
[Ruby](https://github.com/docker/docs/pull/23691) DHI updates.

## Reviews

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

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

---------

Co-authored-by: Craig Osterhout <craig.osterhout@docker.com>
2026-01-28 08:22:17 -08:00
Ajeet Singh Raina, Docker Captain, ARM Innovator
ca0e85cf12 Replacing Yarn with npm in Docker Workshop (#24012)
- replace old Docker desktop screenshot with the new sidebar
- Remove all references to Yarn in the explanation for Part 1
- Show new project directory structure for getting-started-repo
- Remove PWD reference from Part 3
- Remove all occurances of Yarn in Part 7 and 8

<!--Delete sections as needed -->

## Description

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

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

This PR is heavily dependent upon
https://github.com/docker/getting-started-app/pull/98

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

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

---------

Co-authored-by: Craig Osterhout <craig.osterhout@docker.com>
2026-01-28 07:58:31 -08:00
David Karlsson
d7d5069d32 Merge pull request #23782 from dvdksn/build-input-policy
build: rego source policies
2026-01-28 10:48:41 +01:00
David Karlsson
2c7b95ad3c build: build source policies
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-01-28 10:40:28 +01:00
Craig Osterhout
539b93e3f2 dhi: update resources (#24020)
<!--Delete sections as needed -->

## Description

Added new blog entries to DHI's additional resources page.


https://deploy-preview-24020--docsdocker.netlify.app/dhi/resources/#blog-posts

## Related issues or tickets

ENGDOCS-3161

## Reviews

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

- [ ] Editorial review

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2026-01-27 08:31:28 -08:00
Craig Osterhout
52e4c9824e dhi: remove auth (#24031)
<!--Delete sections as needed -->

## Description

Sign in no longer required for browsing. Users can open it directly.
Removed sign in and the browse-to step.

## Related issues or tickets

ENGDOCS-3162

## Reviews

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

- [ ] Editorial review

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2026-01-27 16:30:47 +00:00
Craig Osterhout
98c1dae694 hub: add image access management allow list (#23947)
<!--Delete sections as needed -->

## Description

Added repository allow list to image access management.

-
https://deploy-preview-23947--docsdocker.netlify.app/enterprise/security/hardened-desktop/image-access-management/
-
https://deploy-preview-23947--docsdocker.netlify.app/platform-release-notes/

## Related issues or tickets

POL-229

## Reviews

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

- [ ] Editorial review
- [ ] Product review

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2026-01-27 08:03:50 -08:00
David Karlsson
e7064167a0 sandboxes: add security notice for mounting directories/executables
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-01-27 16:27:23 +01:00
David Karlsson
8e47bd6c8c sandboxes: windows crash issue with too many sandboxes
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-01-27 16:14:18 +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
79e5749065 Merge pull request #23855 from vvoland/update-docker
engine: 29.2.0
2026-01-27 12:04:53 +01:00
David Karlsson
c1ecf14930 Merge pull request #24017 from ilopezluna/add-diffusers-support
feat: add support for Diffusers inference engine and image generation API
2026-01-27 11:57:47 +01:00
Allie Sadler
b9a10ed5aa RN additon (#24021)
<!--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
2026-01-27 09:53:43 +00:00