## 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>
This pull request fixes a minor subject–verb agreement issue in the
Docker platform overview documentation to improve grammatical clarity
and readability.
This change was automatically generated by the documentation agent team
in response to issue #23757.
🤖 Generated with cagent
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
<!--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
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
<!--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>
<!--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
<!--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
<!--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>
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>
## 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
<!--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>
<!--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
<!--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
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>
<!--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
<!--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>