Commit Graph

65784 Commits

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

🤖 Generated with cagent
2025-12-19 20:35:04 +01:00
David Karlsson
8c3b5db166 chore: fix gitignore for cagent validation log
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-12-19 20:31:35 +01:00
David Karlsson
ac5ca16d78 Merge pull request #23876 from dvdksn/ci-bump-cagent-version
ci bump cagent version
2025-12-19 15:06:34 +01:00
David Karlsson
a156f4fdd0 ci: add cagent binary to gitignore (created by cagent-action)
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-12-19 14:26:44 +01:00
David Karlsson
39fb4bfc1d ci: specify cagent version to run
Default cagent version was ancient, manually specifying (current) latest

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-12-19 14:26:17 +01:00
David Karlsson
4eb7dd630b Merge pull request #23874 from dvdksn/fix-cagent-action-version
ci: specify full cagent action version
2025-12-19 14:07:10 +01:00
David Karlsson
a108d202c4 ci: specify full cagent action version
docker/cagent-action was not available as @v1 so pinning to patch

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-12-19 13:34:42 +01:00
David Karlsson
24b75c8d37 Merge pull request #23873 from dvdksn/autofix-docs-cagent
ci: auto fix issues with cagent
2025-12-19 13:25:50 +01:00
David Karlsson
ef9b1061e1 ci: auto fix issues with cagent
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-12-19 13:21:20 +01:00
David Karlsson
57d0abd065 ci: Add automated CLI documentation sync workflow (#23867)
This adds a GitHub Actions workflow and supporting script to
automatically sync CLI documentation from the docker/cli repository on a
daily schedule.

<!--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

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-12-19 09:47:37 +01:00
Craig Osterhout
5f386f15b5 dhi: fix typo (#23870)
<!--Delete sections as needed -->

## Description

Fix small typo.

## 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-19 07:06:41 +01:00
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
Paweł Gronowski
c3652459f9 ci: Add automated CLI documentation sync workflow
This adds a GitHub Actions workflow and supporting script to
automatically sync CLI documentation from the docker/cli repository on a
daily schedule.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-12-18 21:21:54 +01: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