Commit Graph

66083 Commits

Author SHA1 Message Date
github-actions[bot]
77294e1e74 docs: address issue #24139
This change was automatically generated by the documentation agent team
in response to issue #24139.

🤖 Generated with cagent
2026-02-16 11:06:58 +00: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
David Karlsson
79d63b2c14 Merge pull request #24131 from dvdksn/add-linguist-generated
chore: add linguist-generated for vendored/generated files
2026-02-11 15:56:44 +01:00
David Karlsson
d29bdf986f chore: add linguist-generated for vendored/generated files
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-11 14:59:57 +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
Sebastiaan van Stijn
334b8f3def Merge pull request #24126 from lacatoire/fix/issue-24007-volume-prune-example
fix: remove named volume from volume prune example
2026-02-10 19:13:39 +01: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
25fae16796 fix: remove named volume from volume prune example
The default docker volume prune only removes anonymous volumes, but
the example output included "my-named-vol" which is a named volume.
Removed it to match the documented behavior.

Fixes #24007
2026-02-10 17:44:26 +01: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
Usha Mandya
4f606cceda Merge pull request #24117 from usha-mandya/sample-questions-update
Update sample questions and featured topics list
2026-02-10 16:05:21 +00: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
Usha Mandya
6ec1bf7f40 Update sample questions and featured topics list
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2026-02-10 15:01:19 +00:00
David Karlsson
4a9d71e947 Merge pull request #24113 from docker/agent/issue-23418
docs: address issue #23418
2026-02-10 13:08:01 +01: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
David Karlsson
50661c226f Merge pull request #24111 from dvdksn/add-sandboxes-sample-q
site: add sample question about ai sandboxes
2026-02-10 12:14:48 +01:00
David Karlsson
83154a12b0 Merge pull request #24110 from dvdksn/fix-agent-writer-apikey
fix agent writer apikey
2026-02-10 12:07:38 +01:00
David Karlsson
3f4c518271 site: add sample question about ai sandboxes
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-10 12:03:43 +01:00
David Karlsson
4bad018c90 Merge pull request #24109 from dvdksn/fix-search-results-safari
fix search results safari
2026-02-10 12:01:49 +01:00
David Karlsson
734cf9cd55 site: hide search button in safari
Until template rendering bug is fixed in pagefind ui

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-10 11:51:56 +01:00
David Karlsson
bae220635b site: show breadcrumbs in search results
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-10 11:51:56 +01:00
David Karlsson
70f64d0ab6 site: limit search sub-results to 5
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-10 11:51:56 +01:00
David Karlsson
38f3ab3988 site: improve custom template for search results
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-10 11:51:31 +01:00
David Karlsson
4955de65bb ci: bump cagent version to v1.22.0
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-10 11:05:38 +01:00
David Karlsson
bc48ecad26 ci: use cagent-action@latest for writer agent
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-10 11:03:51 +01:00
David Karlsson
ac3409f256 ci: improve annotation instructions for pr-reviewer agent
In some cases, line comments appeared to have an off by one issue,
appearing on a different line than it was supposed to. This instruction
change should fix that.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-10 11:00:35 +01:00
David Karlsson
3a21ebe70a ci: disable approval for pr-reviewer agent
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-10 10:53:05 +01:00
David Karlsson
591f99a6b8 ci: use api-key input instead of env in writing agent
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-10 10:46:25 +01: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
d59604452e Merge pull request #24104 from dvdksn/fix-pagefind-fragments-contenttype
fix pagefind fragments contenttype
2026-02-09 17:45:31 +01:00
David Karlsson
37f5011feb ci: fix content type for pagefind fragments
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-09 17:18:11 +01: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
David Karlsson
77645c2e8f site: add pagefind metadata for improved search ranking
Index description, keywords, and breadcrumbs as Pagefind metadata
to improve search result relevance. Configure ranking weights to
prioritize title matches and reduce term frequency bias.

- Add pagefind-meta.html partial for centralized metadata
- Move breadcrumb metadata from breadcrumbs.html to new partial
- Configure metaWeights: title (10x), keywords (6x), description (4x)

Assisted-By: cagent
2026-02-09 15:43:37 +01:00
David Karlsson
f929b8f1ed site: implement pagefind component ui for search modal
- Add pagefind-component-ui.css and .js assets
- Replace search bar with custom button that opens modal
- Add custom result template with Tailwind classes
- Add dark mode styling for modal and result highlights
- Support Cmd/Ctrl+K keyboard shortcut

Assisted-By: cagent
2026-02-09 15:43:37 +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
David Karlsson
74dba9ac89 Merge pull request #24099 from luojiyin1987/fix/typo-corrections
Fix spelling errors across documentation and config files
2026-02-08 06:48:34 +01: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
David Karlsson
3e3f169dbc Merge pull request #24095 from ericcurtin/hf-doc
Add Hugging Face support to Docker Model Runner docs
2026-02-06 17:52:42 +01: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
David Karlsson
fa18c7f8bf site: upgrade pagefind to v1.5.0-beta.1
Assisted-By: cagent
2026-02-06 09:16:07 +01:00
Craig Osterhout
d98c6bdd48 update copyright year (#24088)
<!--Delete sections as needed -->

## Description

Updated year to 2026

## 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-02-05 12:29:14 -08:00