Commit Graph

66364 Commits

Author SHA1 Message Date
Allie Sadler
46db9aafa3 Logs view (#24223)
<!--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-03-19 12:50:22 +00:00
David Karlsson
b0a2a7fead Merge pull request #24405 from craig-osterhout/dhi-docs-scanner-1
dhi: updates from scanner
2026-03-19 13:05:05 +01:00
David Karlsson
6b1ebe4fba Merge pull request #24420 from dvdksn/fix/issue-24387-compose-standalone-clarity
compose: clarify standalone install warning with recommended alternatives
2026-03-19 12:29:57 +01:00
David Karlsson
36de2705a1 Merge pull request #24421 from dvdksn/fix/issue-24282-sso-seat-clarity
admin: clarify SSO condition for company owner seat occupancy
2026-03-19 12:24:01 +01:00
Benjamin Grandfond
b6fba5dbcb Update release-notes.md about dhictl (#24414)
<!--Delete sections as needed -->

## Description

<!-- Tell us what you did and why -->

The release note of 4.65 mention `dhictl` which seems confusing to users
as the `dhictl` when bundled in DD is a cli-plugin available as `docker
dhi`.

## 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-03-19 10:51:37 +00:00
David Karlsson
6929731775 admin: clarify SSO condition for company owner seat occupancy
The previous text listed "SSO is enabled" as a condition for company
owners occupying seats without explaining why or how. Expand both the
FAQ and the company owners page to clarify that SSO causes seat
occupancy because signing in via SSO automatically adds the owner as
an organization member.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-19 10:39:07 +00:00
David Karlsson
2388e9ea06 compose: clarify standalone install warning with recommended alternatives
The existing warning says standalone is "not recommended" but gives
no guidance on what to use instead. Add links to Docker Desktop and
the Compose plugin as the preferred alternatives, and clarify that
standalone is only appropriate when neither option is available.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-19 10:38:06 +00:00
David Karlsson
dccdfd77e3 Merge pull request #24415 from dvdksn/skills
skills
2026-03-19 11:20:48 +01:00
David Karlsson
3091d54ce8 feat: remove redundant instructions from issue fixer skill
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-03-19 11:17:34 +01:00
David Karlsson
baa42eab06 feat: add issue triage skill
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-03-19 11:17:34 +01:00
David Karlsson
adc8d38f53 Merge pull request #24413 from docker/agent/issue-24394
docs: address issue #24394
2026-03-19 10:44:25 +01:00
David Karlsson
97f394b6ae Merge pull request #24408 from docker/dependabot/github_actions/actions/cache-5.0.4
build(deps): bump actions/cache from 4.2.0 to 5.0.4
2026-03-19 10:43:40 +01:00
Rohan Santhosh Kumar
a09b94306d Fix typo in What's next page description (#24407)
## Description

Fixes a typo in the What's next page description by changing "hep" to
"help".

## Related issues or tickets

N/A

## Reviews

Docs-only, single-file change aligned with CONTRIBUTING.md general
guidelines.
Validation/testing: not run locally; no behavior change.

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

Co-authored-by: rohan436 <rohan.santhoshkumar@googlemail.com>
2026-03-19 08:48:49 +00:00
github-actions[bot]
4921a0aac9 docs: address issue #24189 (#24412)
## Summary
Removed stale version-specific note from GPU documentation.

## Changes
- Removed outdated note stating Docker Model Runner is available
starting with Docker Desktop 4.54 from
`content/manuals/desktop/features/gpu.md`

Fixes #24189

---
🤖 Generated with [Docker Agent](https://github.com/docker/docker-agent)

Co-authored-by: dvdksn <35727626+dvdksn@users.noreply.github.com>
2026-03-19 08:47:00 +00:00
dvdksn
3e21d7caaa docs: address issue #24394
This change was automatically generated by the documentation agent team
in response to issue #24394.

🤖 Generated with cagent
2026-03-19 08:24:01 +00:00
dependabot[bot]
6cc880faf0 build(deps): bump actions/cache from 4.2.0 to 5.0.4
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 5.0.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](1bd1e32a3b...668228422a)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: 5.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-19 01:42:57 +00:00
Craig Osterhout
e7281bde3d dhi: updates from scanner
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2026-03-18 14:08:59 -07:00
Craig Osterhout
3d441545df hub: update repo export (#24396)
<!--Delete sections as needed -->

## Description

Internal feedback reported that the deprecated auth endpoint does not
support OATs.
Updated to new auth endpoint.

Upon testing the rest of the flow, the repositories endpoint has the
following error, `token issued from organization access token is not
allowed`.

The current flow does not appear to work with OATs. Updated to PAT and
tested that it worked.


https://deploy-preview-24396--docsdocker.netlify.app/docker-hub/repos/manage/export/

## Related issues or tickets

https://docker.slack.com/archives/C04300R4G5U/p1773779041999559

## Reviews

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

- [ ] Technical review
- [ ] Editorial review

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2026-03-18 07:56:57 -07:00
David Karlsson
5b39703abc Merge pull request #24397 from Rohan5commit/docs/fix-every-time-20260318
docs: fix wording in trust automation guide
2026-03-18 06:12:07 +01:00
Ajeet Singh Raina, Docker Captain, ARM Innovator
28adbe758d docs(dhi): update OAT authentication support for dhi.io and mirror.md (#24357)
<!--Delete sections as needed -->

## Description

Documents OAT (Organization Access Token) support for authenticating to
the dhi.io registry, which was previously undocumented. Adds guidance
for CI/CD workflows where org-scoped tokens are preferred over personal
credentials.

<!-- 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-03-17 21:22:19 -07:00
rohan436
8353511a12 docs: fix trust automation wording 2026-03-18 09:01:09 +08:00
Ajeet Singh Raina, Docker Captain, ARM Innovator
8c5bfcc895 dhi guides: securing a backstage portal using DHI (#24359)
<!--Delete sections as needed -->

## Description

This PR adds a guide that shows how to secure a Backstage developer
portal container using Docker Hardened Images, covering native module
compilation, multi-stage builds, Socket Firewall protection, and
distroless runtime images

<!-- 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-03-17 11:00:31 -07:00
David Karlsson
952f6885a9 Merge pull request #24388 from dvdksn/hugo-build-improvements
misc dependency upgrades & build improvements
2026-03-17 15:52:11 +01:00
David Karlsson
1fbffdd830 Merge pull request #24114 from docker/agent/issue-23189
docs: address issue #23189
2026-03-17 15:31:52 +01:00
David Karlsson
2ca2f18029 Merge pull request #24391 from docker/agent/issue-20532
docs: address issue #20532
2026-03-17 14:41:04 +01:00
dvdksn
a8c5858972 docs: document 127.0.0.11 embedded DNS server address
Add a brief mention of the embedded DNS server IP address (127.0.0.11)
to the DNS services section of the networking overview. Notes that
there is no IPv6 equivalent and that applications like Nginx can use
this address for explicit DNS configuration.

Fixes #20532

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-03-17 14:36:10 +01:00
David Karlsson
09b83b246f chore: bump versions in sonarqube sandbox guide
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-03-17 14:15:58 +01:00
David Karlsson
73ad76be71 config: use param for latest cache action version
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-03-17 14:12:13 +01:00
David Karlsson
ec4458ca3a config: use param for latest checkout action version
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-03-17 14:09:37 +01:00
github-actions[bot]
68ec61a3be docs: address issue #23189
This change was automatically generated by the documentation agent team
in response to issue #23189.

🤖 Generated with cagent

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-03-17 14:05:27 +01:00
Craig Osterhout
7f71907d36 guides: update rust guide (#24386)
<!--Delete sections as needed -->

## Description

The DHI static image has no adduser package, plus it already runs as a
nonroot user. Removed that section from the Dockerfile.

## Related issues or tickets

Closes #24362

## Reviews

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

- [ ] Editorial review

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2026-03-17 09:30:17 +01:00
David Karlsson
c835a2794d Merge pull request #24382 from gtardif/fix_docker_agent_docs
Fix docs for docker agent share push/pull
2026-03-17 09:29:57 +01:00
Craig Osterhout
c4f1fb212e dhi: add blog to resources (#24385)
<!--Delete sections as needed -->

## Description

Added latest blog about DHI system packages announcement.


https://deploy-preview-24385--docsdocker.netlify.app/dhi/resources/#blog-posts

## 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-03-17 09:29:17 +01:00
David Karlsson
c0348f0b61 Merge pull request #24384 from bittoby/docs/fix-mcp-gateway-link-24365
Fix link to point to MCP Catalog for available servers instead of MCP Gateway
2026-03-17 09:28:33 +01:00
David Karlsson
9363536554 chore: update docker-agent schema url
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-03-17 09:20:08 +01:00
David Karlsson
6dabf0d176 deps: upgrade npm dependencies
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-03-17 09:19:07 +01:00
David Karlsson
c3d814812f hugo: use partialCached for static templates
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-03-17 08:49:01 +01:00
David Karlsson
0eb47623bc deps: upgrade node to v24
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-03-17 07:32:21 +01:00
David Karlsson
2ac31caa87 deps: upgrade hugo to v0.158.0
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-03-17 07:31:05 +01:00
Craig Osterhout
b6455e4b1d dhi: update comparison table (#24381)
<!--Delete sections as needed -->

## Description

- Converted image to table.

https://deploy-preview-24381--docsdocker.netlify.app/dhi/

## 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-03-16 14:42:46 -07:00
bittoby
2099c0f7c5 Fix link to point to MCP Catalog for available servers instead of MCP Gateway 2026-03-16 20:47:43 +00:00
Ajeet Singh Raina, Docker Captain, ARM Innovator
4952ced478 dhi guides: deploy Docker Hardened Images on OpenShift (#24358)
<!--Delete sections as needed -->

## Description

This guide explains how to deploy Docker Hardened Images in OpenShift
environments. It covers Security Context Constraints (SCCs), arbitrary
user ID assignment, file permission requirements, and best practices for
both runtime and development image variants.


<!-- Tell us what you did and why -->

Added new guide: content/guides/dhi-openshift.md

## Related issues or tickets


Supersedes #24293 (closed due to fork deletion)

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

## Reviews

<!-- Notes for reviewers here -->


Previously reviewed and approved by @dvdksn in #24293
@craig-osterhout was requested for review before the PR was closed
No content changes from the previously approved version
<!-- List applicable reviews (optionally @tag reviewers) -->
2026-03-16 13:47:05 -07:00
Guillaume Tardif
6562cf4e8c Fix docs for docker agent share push/pull
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2026-03-16 18:11:08 +01:00
Allie Sadler
050f15d67d 4.65 RN (#24335)
<!--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-03-16 14:29:44 +00:00
Geetansh2842
a3d4720a78 Fix networking how-to links to _index.md (#24379)
Align link targets with internal naming convention for sibling index
page.

Closes #24373

<!--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: Geetansh <croso2024@outlook.com>
Co-authored-by: Codex Opus 4.6 <noreply@anthropic.com>
2026-03-16 13:41:10 +00:00
LilaHexe
d1023e8b9f Update: 4GB -> 8GB minimum specs (#22620)
<!--Delete sections as needed -->

## Description

4GB isn't really enough to do anything on windows, let alone run docker
on top of that, so I've updated it to 8GB.

## 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-03-16 13:40:35 +00:00
David Karlsson
bda1c3e9e5 site: add tooltip for gordon header btn (#24378)
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-03-16 12:43:31 +01:00
David Karlsson
e0b858adf4 site: add tooltip for gordon header btn
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-03-16 12:40:01 +01:00
CrazyMax
cfe318e423 Merge pull request #24361 from crazy-max/github-builder
docker github builder docs
2026-03-16 11:51:59 +01:00
Allie Sadler
b71533f94c Wsl refresh (#24377)
<!--Delete sections as needed -->

## Description

Fixes https://github.com/docker/docs/issues/24367 and does a small tidy

## 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-03-16 10:46:31 +00:00