Commit Graph

3757 Commits

Author SHA1 Message Date
David Karlsson
3aff2dbd89 fix: update outdated references to the classic image store being default
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-16 10:19:17 +01:00
Craig Osterhout
04d32f1acb dhi: update attestations (#24143)
<!--Delete sections as needed -->

## Description

SLSA v1 attestation is now available. This info is just duplicating
what's in the UI. To minimize maintenance, removed the predicate URI
column and pointed the user where to find it in the UI, and kept the
non-versioned descriptions that don't change as often.

## Related issues or tickets

ENGDOCS-3192

## Reviews

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

- [ ] Editorial review

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2026-02-13 11:26:26 -08:00
Craig Osterhout
0f607d3e61 hub: add namespace access control (#23949)
<!--Delete sections as needed -->

## Description

Added namespace access control feature:

-
https://deploy-preview-23949--docsdocker.netlify.app/enterprise/security/hardened-desktop/namespace-access/
-
https://deploy-preview-23949--docsdocker.netlify.app/enterprise/security/hardened-desktop/
-
https://deploy-preview-23949--docsdocker.netlify.app/enterprise/security/roles-and-permissions/core-roles/
-
https://deploy-preview-23949--docsdocker.netlify.app/platform-release-notes/

Added public repo creation feature:

-
https://deploy-preview-23949--docsdocker.netlify.app/docker-hub/settings/
-
https://deploy-preview-23949--docsdocker.netlify.app/enterprise/security/roles-and-permissions/core-roles/
-
https://deploy-preview-23949--docsdocker.netlify.app/docker-hub/release-notes/

## Related issues or tickets

ENGDOCS-3141

## 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-02-13 16:12:46 +00:00
Craig Osterhout
7c2d7ace5c dhi: add regctl attestation example (#24130)
<!--Delete sections as needed -->

## Description

Currently, we only show how to use Scout to get attestations.

Added how to retrieve using regctl. Used tabs to show scout/regctl and
scout/cosign.
Removed "Why use Docker Scout?" and put a more concise recommendation in
the intro.

https://deploy-preview-24130--docsdocker.netlify.app/dhi/how-to/verify/

## Related issues or tickets

ENGDOCS-3115

## 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>
2026-02-12 13:27:38 -08:00
Alexa Kristensen
45c669f098 proof of concept to start cta work (#24135)
CTA work to update docs with clear CTAs to upgrade via the /pricing/
page.

There's a vale error for using first person plural pronouns, but it's
picking up `US` as in `United States`.
2026-02-12 14:35:43 -06:00
github-actions[bot]
f5240e4220 docs: address issue #23308 (#24115)
## Summary
Added documentation for DOCKER_HOST requirement when using Docker SDKs
with Docker Desktop for Linux.

## Changes
- Added "Using Docker SDKs with Docker Desktop" section to Linux install
docs explaining why SDKs need DOCKER_HOST set and providing
configuration commands
- Added FAQ entry "How do I use Docker SDKs with Docker Desktop for
Linux?" with troubleshooting steps
- Added note in SDK reference docs alerting Docker Desktop for Linux
users to set DOCKER_HOST before using SDKs

Fixes #23308

---
🤖 Generated with [cagent](https://github.com/docker/cagent)

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: aevesdocker <allie.sadler@docker.com>
2026-02-12 11:03:06 +00:00
David Karlsson
44f42e410f Merge pull request #24121 from lacatoire/fix/issue-24079-compose-config-link
fix: correct compose config reference link
2026-02-12 11:19:00 +01:00
David Karlsson
16e5f280bc Merge pull request #24125 from lacatoire/fix/issue-22637-bind-mount-example
fix: correct bind mount example with conflicting WORKDIR
2026-02-12 11:18:02 +01:00
Achan Sai Pranay
88db8a35ad Docs: fix subject-verb agreement in Docker platform overview (#24127)
This pull request fixes a minor subject–verb agreement issue in the
Docker platform overview documentation to improve grammatical clarity
and readability.
2026-02-11 10:10:49 +00:00
Allie Sadler
1cdb67daaf patch rn (#24120)
<!--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-10 09:50:43 -08:00
lacatoire
7e01972e1f fix: correct bind mount example with conflicting WORKDIR
Changed WORKDIR from /app to /build so the build output path
(/app/hello) does not overlap with the read-only bind mount target.
Added clarification about writing output outside the mount point.

Fixes #22637
2026-02-10 17:43:46 +01:00
lacatoire
8e89d504ec fix: correct compose config reference link
The link for compose configs pointed to the legacy-versions page
instead of the configs reference page.

Fixes #24079
2026-02-10 17:40:05 +01:00
Craig Osterhout
a99667fa65 dhi: add repo mgmt info (#24106)
<!--Delete sections as needed -->

## Description

Users were confused on how to manage access to mirrored DHI repos.
Gordon also didn't point in the right direction.
xref'd the Hub topics and mentioned a couple popular use-cases to help
make the connection.

## Related issues or tickets

ENGDOC-3185

## Reviews

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

- [ ] Editorial review

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2026-02-10 07:58:39 -08:00
github-actions[bot]
b9d080afb9 docs: address issue #23418
This change was automatically generated by the documentation agent team
in response to issue #23418.

🤖 Generated with cagent
2026-02-10 11:17:40 +00:00
Brandon Hunt
cf935f3518 Update .NET guide to .NET 10 (#23729)
<!--Delete sections as needed -->

## Description

Errr... I updated the .NET guide to 10. 😆 

## Related issues or tickets

The sample .NET repo has a PR as well -
https://github.com/docker/docker-dotnet-sample/pull/9

## Reviews

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

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2026-02-09 14:25:12 -08:00
David Karlsson
136342898a Merge pull request #24092 from dvdksn/pagefind-v1.5.0
pagefind v1.5.0
2026-02-09 15:52:52 +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
David Karlsson
0150180a43 site: remove /search page, redirect to homepage
The search functionality is now handled entirely by the modal.

Assisted-By: cagent
2026-02-06 09:16:14 +01: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