Commit Graph

65772 Commits

Author SHA1 Message Date
Melroy van den Berg
6c2aa4e7ca Angular: Change the default Nginx paths to /tmp in Docker Container (#23837)
## Description

In your Angular + Nginx Docker example you are running a non-root user,
but by default Nginx will try to write to directories like
`/var/cache/nginx/`. Which will cause errors like:

```
mkdir() "/var/cache/nginx/client_temp" failed (13: Permission denied)
```

This PR fixes that, and simply changing the default temp path
directories (like you did for the pid file as well) to the `/tmp`
directory. Which will work when using the `nginx` user in Docker. Mainly
`client_body_temp_path` change was needed here, but I would set more
just to be sure.

## Reviews

- [x] Technical review
- [x] Editorial review
- [ ] Product review
2025-12-18 13:54:47 -08:00
Craig Osterhout
74e6153022 hub: modify dct deprecation notice (#23869)
<!--Delete sections as needed -->

## Description

This PR moves the DCT retirement notice from a callout at the top of the
DOI section to a "Troubleshooting failed pulls" subsection at the end.

From a user's perspective:
- Many users don't have `DOCKER_CONTENT_TRUST=1` set and won't
experience any issues. A callout at the top of the page adds unnecessary
friction for users just trying to learn about DOI.
- Users trying to implement DCT will see notices in DCT docs
- Users experiencing pull failures will naturally look for
troubleshooting information. Placing this at the end of the section as a
dedicated troubleshooting subsection makes it easier to find when they
actually need it.
- The new structure follows a logical IA flow of learn about DOI →
understand how to use them → troubleshoot issues if they occur.

## 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>
2025-12-18 13:13:42 -08:00
Allie Sadler
937744b3a4 subscription: more pricing page links (#23866)
<!--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-12-18 16:46:34 +00:00
Nicolas De loof
f2633dabdc compose 5.0.1 (#23868)
## Description

Note: I can't run `hugo mod vendor`:

```
$ hugo mod vendor 
WARN  deprecated: the ":slugorfilename" permalink token was deprecated in Hugo 0.144.0 and will be removed in a future release. Use ":slugorcontentbasename" instead.
Error: html/template:redirect/single.html:1:13: no such template "_internal/alias.html"
```

## Related issues or tickets

## Reviews

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

---------

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-12-18 15:51:00 +00:00
Pradumna Saraf
86fdcb4d86 docs: Update Deno containerization guide to reflect new DHI process (#23856)
## Description

Update the Deno containerization guide to reflect the new DHI access
method

## Reviews

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

- [ ] Technical review
- [x] Editorial review
- [ ] Product review
2025-12-18 14:45:16 +01:00
Pradumna Saraf
41d10489f6 docs: Update Bun containerization guide to reflect new DHI process (#23857)
<!--Delete sections as needed -->

## Description

Update the Bun containerization Bun to reflect the new DHI access method

## Reviews

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

- [ ] Technical review
- [x] Editorial review
- [ ] Product review
2025-12-18 14:44:52 +01:00
Craig Osterhout
11171a3364 dhi: add get trivy vex repo (#23854)
<!--Delete sections as needed -->

## Description

When using vexhub with Trivy, it needs to be setup before it works.


https://deploy-preview-23854--docsdocker.netlify.app/dhi/how-to/scan/#trivy

## Related issues or tickets

https://docker.slack.com/archives/C0A3X908ASG/p1765983906348749

## 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-12-18 10:15:45 +00:00
Craig Osterhout
712483f1e9 hub: fix dvp image (#23858)
<!--Delete sections as needed -->

## Description

Initially used a screenshot of a screenshot, which made it look grainy.
Updated.

Bonus: Normalized image sizes to at least the same height.


https://deploy-preview-23858--docsdocker.netlify.app/docker-hub/image-library/trusted-content/

## 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>
2025-12-18 10:12:56 +00:00
Usha Mandya
b034c715e4 Merge pull request #23864 from dvdksn/fix-hahahugoshortcode-dhi
fix: remove hahahugoshortcode on available dhi types page
2025-12-18 10:03:18 +00:00
David Karlsson
7966d60066 fix: remove hahahugoshortcode on available dhi types page
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-12-18 10:54:26 +01:00
Craig Osterhout
1d23bf5aae dhi: clarify login (#23859)
<!--Delete sections as needed -->

## Description

Clarify that you must log in using your Docker credentials (not some
special dhi credentials) with a link to create if necessary, noting that
it's free.

## Related issues or tickets

https://docker.slack.com/archives/C04BMTUC41E/p1765993571833459

## Reviews

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

- [ ] Editorial review

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-12-18 08:43:39 +00:00
Craig Osterhout
02a956db6a dhi: fix external links (#23862)
<!--Delete sections as needed -->

## Description

Fix external links

## 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>
2025-12-18 08:38:17 +00:00
Allie Sadler
be96ffbc10 subscription: link to pricing page (#23843)
<!--Delete sections as needed -->

## Description

As discussed with Usha and Sarah (before she left) we agreed we'd have
the subscription page link to the official pricing page to have a single
source of truth. Simplifies maintenance and the pricing page already
does a good job of communicating everything.


## 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-12-18 08:34:16 +00:00
Usha Mandya
e004775c1c Merge pull request #23853 from usha-mandya/dhi-ai-update
Update AI-assisted migration instructions
2025-12-17 17:14:19 +00:00
Usha Mandya
5c7ede35ad Update AI-assisted migration instructions
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2025-12-17 15:42:41 +00:00
Craig Osterhout
fe911f240a dhi: feedback (#23852)
<!--Delete sections as needed -->

## Description

Link directly to start trial
Fix DVP image
Polish wording

## Related issues or tickets

https://docker.slack.com/archives/C039ZM6GH4Z/p1765983681035329

## Reviews

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

- [ ] Editorial review

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2025-12-17 15:22:16 +00:00
David Karlsson
731d9efb6a Merge pull request #23840 from dvdksn/cagent-a2a-evals-misc
cagent: model provider setup, a2a, evals, mcp/dmr links
2025-12-17 15:34:50 +01:00
Craig Osterhout
249de51099 dhi: update quickstart (#23851)
<!--Delete sections as needed -->

## Description

Issue: The navigation changes based on entitlement.

Fix:
- Updated step to list both possible navs.
- Removed screenshots. They were included originally to show where the
nav was because the nav magically appeared when gaining entitlement.

## 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>
2025-12-17 06:20:29 -08:00
Craig Osterhout
ddf47b351f dhi: update how-to landing page (#23849)
<!--Delete sections as needed -->

## Description

Update how-to landing page based on new/updated topics.

## 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>
2025-12-17 15:16:20 +01:00
David Karlsson
8a0f520cf5 cagent: model provider setup, a2a, evals, mcp/dmr links
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-12-17 15:14:59 +01:00
Usha Mandya
0286fc130b Merge pull request #23850 from dvdksn/remove-dhi-tag-for-lang-gudie
dhi: remove dhi tag for language guides
2025-12-17 14:05:49 +00:00
David Karlsson
ba980d34e9 dhi: remove dhi tag for language guides
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-12-17 14:59:17 +01:00
David Karlsson
39ad3bc199 Merge pull request #23848 from dvdksn/fix-dhi-features-link
fix: circular alias for /dhi/features/
2025-12-17 14:43:01 +01:00
David Karlsson
431fb7a948 fix: circular alias for /dhi/features/
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-12-17 14:39:40 +01:00
David Karlsson
dd96b146a5 Merge pull request #23847 from dvdksn/dhi-dec16
dhi: introducing dhi free
2025-12-17 14:31:07 +01:00
David Karlsson
599393423f dhi: use attribute for tier, remove badge shortcode from heading
Create a 'tier' attribute for headings and render it semantically

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-12-17 14:07:35 +01:00
David Karlsson
824a2d5366 site: add dhi migrations/examples as featured guides
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-12-17 14:07:35 +01:00
David Karlsson
d7f4273ec2 hugo: add redirect page type
For redirecting to another page

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-12-17 14:07:35 +01:00
David Karlsson
fa4652c9ae site: add dhi free to landing page
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-12-17 14:07:35 +01:00
Craig Osterhout
3b63ec257d dhi: introducing dhi free
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2025-12-17 14:07:03 +01:00
Allie Sadler
d82a1e617f ENGDOCS-3127 (#23846)
<!--Delete sections as needed -->

## Description

Support request https://docker.atlassian.net/browse/ENGDOCS-3127

## 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: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2025-12-17 10:54:55 +00:00
KundanGowda N
dc95063e4c Improve wording and punctuation in Docker overview documentation (#23845)
### Description
Improves wording and punctuation in the Docker overview documentation
for clarity and consistency.

### Related issue
N/A
2025-12-17 09:55:48 +00:00
karman
8d8aaf7917 updates to air-gapped containers and FAQs (#23844)
<!--Delete sections as needed -->

## Description

Doc updates from an internal feedback:
https://docker.slack.com/archives/C0W4XJVFW/p1759224192244879?thread_ts=1759135611.564829&cid=C0W4XJVFW

## Related issues or tickets

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

## Reviews

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

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

---------

Co-authored-by: aevesdocker <allie.sadler@docker.com>
2025-12-16 15:18:03 +00:00
Allie Sadler
a1dd8b747f Desktop: RN (#23824)
<!--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-12-16 14:33:42 +00:00
Craig Osterhout
7f8e2b074d dhi: add redirect (#23841)
<!--Delete sections as needed -->

## Description

Add url redirect for in-product link.

## 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>
2025-12-15 18:14:13 +00:00
David Karlsson
202475fe91 Merge pull request #23836 from dvdksn/header-btns
site: improve header buttons, remove support link
2025-12-15 17:36:05 +01:00
David Karlsson
d0aa0fe985 Merge pull request #23835 from vvoland/update-docker
engine: 29.1.3
2025-12-12 17:44:20 +01:00
David Karlsson
4cc579f17b site: improve header buttons, remove support link
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-12-12 17:43:34 +01:00
Paweł Gronowski
eb2beaa0b6 engine: Update version
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-12-12 16:54:01 +01:00
Paweł Gronowski
8f3b7e294c engine: 29.1.3
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-12-12 15:39:55 +01:00
David Karlsson
e39461ce72 Merge pull request #23786 from rumpl/docs-cagent
Cagent docs
2025-12-11 07:13:42 +01:00
David Karlsson
dca711a428 Merge pull request #23833 from thaJeztah/debug_keywords
engine: add some extra keywords for finding the debug section
2025-12-11 07:09:37 +01:00
Sebastiaan van Stijn
89b5ede2a0 engine: add some extra keywords for finding the debug section
I forgot where we documented this, and ChatGPT wasn't able to provide
the link, so I asked it to suggest improvements for it to discover the
page :)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-12-11 00:16:47 +01:00
Djordje Lukic
365ce6beb8 cagent: completely document fundamentals
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
2025-12-10 19:43:53 +01:00
Luca Guerra
e9a8a4fdd8 Desktop: fix 4.50.0 Gordon release notes (#23828)
<!--Delete sections as needed -->

## Description

Add/fix Gordon AI release notes from 4.50.0 release

## 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-12-10 18:21:38 +00:00
temenuzhka-thede
2e07997f0a Update security-announcements.md for CVE-2025-13743 (#23825)
Update security notes to reference CVE-2025-13743
https://www.cve.org/CVERecord?id=CVE-2025-13743

<!--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-12-10 18:20:17 +00:00
temenuzhka-thede
b61bd23863 Update release-notes.md for CVE 13743 (#23827)
<!--Delete sections as needed -->

## Description
Adding a reference to CVE-2025-13743
<!-- 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-12-10 18:19:41 +00: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
Allie Sadler
30c572f483 Desktop: bug (#23823)
<!--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-12-08 15:38:56 +00:00