Commit Graph

65810 Commits

Author SHA1 Message Date
github-actions[bot]
99e17739b1 cli: sync docs with docker/cli v29.2.0-rc.1-8-g60f06cb2df 2026-01-05 13:35:36 +00:00
David Karlsson
772dfc345d Merge pull request #23921 from dvdksn/hugo-v0.154.2
hugo v0.154.2
2026-01-05 14:09:00 +01:00
David Karlsson
ef9436644c Merge pull request #23907 from vvoland/gha-sync-cli-docs-detect-prs
gha/sync-cli-docs: Detect existing PR
2026-01-05 14:08:39 +01:00
Paweł Gronowski
2c6076186f gha/sync-cli-docs: Only trigger on relevant PRs
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2026-01-05 12:48:23 +01:00
Paweł Gronowski
72d3e14405 gha/sync-cli-docs: Detect existing PR
Add deduplication logic to prevent multiple PRs for the same CLI version
and enhance PR management.

When an existing PR is found, the workflow adds a bump comment instead
of creating a duplicate.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2026-01-05 12:48:23 +01:00
Thiago S Shimada Ramos
1561a8a769 Fix docker command syntax in GPU manual (#23892)
## Description

There was a typo and missing syntax, it is fixed 

## Reviews

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

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

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2026-01-05 11:17:41 +00:00
Henré Botha
39d3def5a5 Fix typo (#23887)
## Description

Tiny grammar fix.
2026-01-05 11:06:33 +00:00
Matt Landis
9c5e29fc1f Docker Desktop 4.55 release notes - add missing fix for DDB-363 (#23878)
## Description

Added an item to the Docker Desktop 4.55 release notes to indicate it
fixed a bug with kubeadm + Registry Access Management.

## Related issues or tickets

DDB-363

## Reviews

<!-- Notes for reviewers here -->

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

- [X] Technical review
- [ ] Editorial review
- [ ] Product review
2026-01-05 11:04:28 +00:00
David Karlsson
73ea399d9a Merge pull request #23918 from Patuti/patch-1
Fix docker command syntax in GPU documentation
2026-01-05 11:03:49 +01:00
David Karlsson
ec72262eed scout: remove module for cli docs, vendor manually
Upstream docs had a formatting issue that needed a hotfix.
Rather than fixing the vendored yaml,
which would be overwritten the next time update (any) vendored modules,
I decided to manually copy the cli reference yaml to the data dir.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-01-05 09:18:29 +01:00
David Karlsson
a54ead2a07 chore: remove deprecated :slugorfilename permalink token
Use new :slugorcontentbasename option

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-01-05 08:41:54 +01:00
David Karlsson
7f488f5313 chore: ignore hugo_stats.json
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-01-05 08:34:39 +01:00
David Karlsson
8d9b9ef1e8 chore: remove deprecated _build frontmatter keyword
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-01-05 08:34:34 +01:00
David Karlsson
cf5fa9aeda hugo: update reference to internal template
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-01-05 08:34:34 +01:00
David Karlsson
069ca492cc hugo: update to v0.154.2
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-01-05 08:34:34 +01:00
David Karlsson
a5ff08f961 Merge pull request #23893 from hashlash/patch-1
Fix typo in Docker IP forwarding documentation
2026-01-05 08:10:30 +01:00
Everton Fernando Patitucci da Silva
2b708def9b Fix docker command syntax in GPU documentation 2026-01-04 22:09:48 -05:00
David Karlsson
91fa58799a Merge pull request #23884 from flopwiki/patch-1
Update local-models.md
2025-12-27 15:00:48 +01:00
hashlash
6bc51ebe72 Fix typo in Docker IP forwarding documentation
Corrected a typo in the Docker section regarding IP forwarding settings.
2025-12-26 09:18:06 +07:00
Craig Osterhout
296fbdd23a dhi: add additional resources (#23879)
<!--Delete sections as needed -->

## Description

Add centralized place for all scattered DHI resources and quick links.
Potentially add the language-specific guide links here also once they're
polished.

https://deploy-preview-23879--docsdocker.netlify.app/dhi/resources/

## Related issues or tickets

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

## Reviews

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

- [ ] Editorial review
- [ ] Product review

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2025-12-24 17:51:07 -08:00
flopwiki
2fdf4f6443 Update local-models.md
Models available to the local Docker catalog are only option for list
2025-12-21 16:30:25 -05:00
David Karlsson
fb7aebe1dc Merge pull request #23880 from craig-osterhout/grid-fix
component: adjust grid resizing
2025-12-20 09:25:39 +01:00
David Karlsson
ee5fefd6ee Merge pull request #23877 from docker/agent/issue-23194
docs: address issue #23194
2025-12-20 04:11:18 +01:00
Craig Osterhout
9681433916 component: adjust grid resizing
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2025-12-19 12:39:59 -08:00
David Karlsson
3f662ec6d5 ci: add timeout (15m) for cagent run task
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-12-19 20:48:10 +01:00
David Karlsson
fddd7d2f22 ci: install npm dependencies for cagent
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-12-19 20:40:43 +01:00
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