302 Commits

Author SHA1 Message Date
Rafael Coelho dcfd3df3cb docs: fix assorted grammar errors
- Python/Ruby GitHub Actions CI guides: 'is runs' -> 'runs', 'of you' ->
    'of your', and 'Login to Docker Hub' link text -> 'Log in to Docker Hub'
  - configure-builder: 'of you workflow' -> 'of your workflow'
  - bind-mount page: remove stray article ('the a container' -> 'the container')
  - pre-seeding guide: 'let you access to' -> 'letting you access', 'define' -> 'defines'
2026-06-17 09:10:12 -03:00
Craig Osterhout 8f225794d6 guides: refresh nodejs (#25319)
<!--Delete sections as needed -->

## Description

Refreshed Node.js guide

- Updated all examples to DHI. DHI Community is now free so the DOI
fallback is no longer needed.
- Replaced the git clone pattern with the file scaffolding component.
- Simplified the sample app to a Node.js backend API. Added links at the
start of the guide to dedicated frontend framework guides.
- Added "Secure your Node.js image supply chain" topic to showcase DHI.
- Refreshed topic intros and related links.

https://deploy-preview-25319--docsdocker.netlify.app/guides/nodejs/


## Related issues or tickets

ENGDOCS-3319
Closes #25280

## 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>
2026-06-11 08:41:08 -07:00
Kimaswa Emmanuel Yusufu caa2754dfe docs: fix LocalStack port, Compose configs key, and a doubled link slash (#25309)
Three small fixes in the guides.

- `guides/localstack`: the prose says `S3_ENDPOINT_URL` is
`http://localhost:4556`, but LocalStack's edge port is `4566`, and the
guide's own `.env` block later uses `4566`.
- `guides/pgadmin`: the top-level Compose key for the pgpass file is
`configs`, not `config`. As written the compose file is invalid.
- `guides/bun/deploy`: the "Turn on Kubernetes" link has a doubled slash
(`/manuals//desktop/...`).

Signed-off-by: Emmanuel Yusufu Kimaswa <kimaswaemma36@gmail.com>
2026-06-10 14:54:51 -07:00
Louis-Arnaud 45feb518d4 guides/localstack: update init directory to /etc/localstack/init/ready.d (#24816)
The `/docker-entrypoint-initaws.d` directory was removed in LocalStack
2.0. Updates the Compose snippet to mount the current `ready.d` init
hook directory and adds a short tip pointing to the LocalStack init
hooks reference. Also drops a stray trailing quote that made the
previous mount path invalid.

Closes #22640
2026-06-10 14:44:14 -07:00
Craig Osterhout 5862e80e5b guides: update python & add files component (#25206)
<!--Delete sections as needed -->

## Description

Updated Python guide

- Removed DOI in favor of DHI only. DHI Community is now free, so
there's no reason to keep the DOI fallback path.
- Removed the git clone sample-app pattern. Maintaining external sample
repos is a burden, and split source of truth between the docs and the
sample.
- New file browser / scaffolding component. Lets users copy individual
files or scaffold the whole project with one command. Replaces the role
the cloned sample repo used to play.
- New "Secure your supply chain" topic highlighting what DHI gives you
and how to attach matching attestations to your own image in CI.
- A bunch of smaller improvements: clearer intros for each topic,
progressively updating the same app in all topics, ran and fixed issues,
etc.

https://deploy-preview-25206--docsdocker.netlify.app/guides/python/

## Related issues or tickets

ENGDOCS-3308

## 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-06-08 12:07:31 -07:00
Craig Osterhout 43ae73f32e dhi: add vex walkthrough (#24992)
<!--Delete sections as needed -->

## Description

Added VEX walkthrough guide for Docker Hardened Images

The existing DHI documentation covers VEX concepts and scanner
integration, but as separate reference topics. Users who want to
understand VEX in practice have to piece together the workflow
themselves.
This guide shows the full workflow end-to-end against a real image
(`dhi.io/python:3.13`): scan without VEX to get the raw CVE baseline,
fetch the attestation, scan again with VEX applied, then inspect every
suppression and the reasoning behind it. Each step shows actual command
output so readers can compare what they see against a known reference.
The guide covers:
- Before/after scans with Trivy and Grype to make the VEX effect
concrete
- Docker Scout's automatic VEX integration as a contrast
- Trivy's `--show-suppressed` flag to surface per-CVE justification
codes
- `jq` queries against the raw VEX file to read Docker's human-readable
reasoning and filter by status (`not_affected`, `under_investigation`,
`affected`)

The goal is to give readers a working mental model of what VEX does and
how to audit it — something a walkthrough can do that reference docs
can't.



https://deploy-preview-24992--docsdocker.netlify.app/guides/dhi-vex-walkthrough/

## Related issues or tickets

ENGDOCS-3239

## Reviews

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

- [ ] Editorial review

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2026-06-08 11:42:04 -07:00
Kimaswa Emmanuel Yusufu a464561139 Merge pull request #25227 from emmayusufu/docs/remove-obsolete-compose-version
docs: remove obsolete compose version field from Go and OpenTelemetry guides
2026-06-02 08:37:37 +02:00
David Karlsson f5b5f2c287 Clarify Node.js Dockerfile location (#25196)
## Summary

The Node.js containerize guide told readers to create a Dockerfile
without saying where to place it. This clarifies that both Dockerfile
options belong in the project root.

Closes #25185

Generated by Codex

Co-authored-by: Codex <codex@openai.com>
2026-05-28 16:57:58 +02:00
David Karlsson 273d6880ca docs: clarify Node.js Dockerfile location (fixes #25185)
The Node.js containerize guide told readers to create a Dockerfile without saying where it belongs.

Clarify that both Dockerfile options should be created in the project root and clean up existing lint failures in the touched file.

Co-Authored-By: Codex <codex@openai.com>
2026-05-28 11:45:35 +02:00
Brandon Hunt a78c3c7e8c Style cleanup: add missing keywords and remove bold-for-emphasis (#25127)
Two related style-conformance fixes across `content/guides/`, motivated
by a recent audit of guide-page style against STYLE.md, COMPONENTS.md,
and AGENTS.md.

## What changed

### 1. Add missing `keywords:` frontmatter to 104 guide pages

`keywords` is documented as required (AGENTS.md, COMPONENTS.md) but was
missing from 10 single-file guides, 8 `_index.md` landing pages, and 86
chapter pages. Each page now has a meaningful, page-specific
comma-separated keyword list derived from its title, lead content, and
sibling pages where applicable.

Examples of the convention applied:
-
`content/guides/testcontainers-java-spring-boot-kafka/create-project.md`
— `testcontainers, java, spring boot, kafka, mysql, project setup`
- `content/guides/docker-compose/why.md` — `docker compose,
multi-container, yaml, services, orchestration, application`

Post-change verification confirms zero guide pages under
`content/guides/` are missing the field.

### 2. Remove bold-for-emphasis from 14 guide pages

STYLE.md restricts bold to UI elements only — never for emphasis,
product names, command names, or the `**Term**: description`
subsection-label pattern. Cleaned up the top-15 offender files
identified by raw bold-span count (code blocks excluded). One file
(`jupyter.md`, 32 spans) was untouched because all spans were legitimate
UI references.

Shape of the work across 14 files:
- ~60 `**Term**: description` list items de-bolded
- ~10 identifiers/values/commands converted to backticks (e.g.
`**my-mysql**` → `` `my-mysql` ``)
- ~10 product/emphasis bolds removed
- 6 bolded link texts un-bolded
- 3 blockquote-style notes converted to `> [!NOTE]` callouts

Legitimate UI bolds (button names, menu items, field labels, tab names)
were preserved throughout. `databases.md` kept 47 of 49 spans for this
reason — only port-mapping value and container name were converted to
backticks.

## Out of scope

The audit surfaced other items not addressed here:
- Series `params` block missing on all 48 `_index.md` landing pages —
this is a "decide what's authoritative" question that warrants
discussion before code changes.
- Vale prose violations (`just`, `easily`, `we`, etc.) — concentrated in
~5 files; can land separately.
- Heading numbering convention (`## Step N:` vs `## N.` vs plain) —
undocumented; should be pinned down in STYLE.md or COMPONENTS.md before
mechanical sweeps.

## Verification

- `markdownlint` (via `scripts/lint.sh`) clean on all changed files.
- Vale not installed locally; relying on CI to validate prose.
- `git diff --stat` confirms scope: 118 unique files, all under
`content/guides/`. No vendored, layout, or generated-file changes.
2026-05-27 11:30:48 -07:00
Sebastiaan van Stijn bc4a06498f guides/grafana-mcp-server-gemini: fix linting
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2026-05-21 17:05:23 +02:00
Gerardo Lopez ce0382371c Merge pull request #24134 from falconcr/main
feat: integrate Gemini CLI with Docker MCP for natural language observability
2026-05-21 16:21:48 +02:00
Craig Osterhout 0ed6c96eb6 guides: remove init (#25089)
<!--Delete sections as needed -->

## Description

Removing `docker init` workflow from guides. See ticket for more info.
Instead, have copy-paste codeblocks of the existing output. Added tip to
use Gordon.

## Related issues or tickets

ENGDOCS-3299

## Reviews

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

- [ ] Editorial review

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2026-05-20 11:25:34 -07:00
CrazyMax 979de85da1 Docker SBOM plugin migration to Docker Scout
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2026-05-19 14:47:14 +02:00
David Karlsson ee71c80562 chore: migrate icons from Material Symbols to Heroicons
Replaces @material-symbols/svg-400 (5.5 MB) with heroicons (488 KB) — an
11x reduction in icon asset size. Heroicons uses a single consistent
distribution format (24px solid SVGs, fill="currentColor") eliminating
the need for the separate utils/svg.html partial, the icon-svg-stroke CSS
utility, and the dual-path resolution logic in icon.html.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-05-18 12:05:54 +02:00
Pradumna Saraf abe1373b6c Merge pull request #24999 from Pradumnasaraf/claude-code-sandbox-model-runner-guide
docs: add guide for running Claude Code in a Docker Sandbox with DMR
2026-05-11 14:29:15 +02:00
Craig Osterhout 93c783b822 guides: update dotnet (#24810)
<!--Delete sections as needed -->

## Description

Tested and updated the dotnet guide.
 - Add missing stage name for dhi Dockerfile
 - Clean up some output

## 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-04-24 17:59:34 -05:00
Alexa Kristensen 26ea39ec33 Agent redirect skill and small admin > company reorg (#24856)
This PR captures a small chunk of work intended to test a new agent
skill for handling redirect aliases, link references, and link anchors.
2026-04-24 07:50:35 -05:00
Craig Osterhout 3586ba5715 guides: add django (#24851)
<!--Delete sections as needed -->

## Description

Added simple Django guide. 

https://deploy-preview-24851--docsdocker.netlify.app/guides/django/

## Related issues or tickets

Closes #21277

## Reviews

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

- [ ] Editorial review

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2026-04-23 13:53:33 -07:00
Alexa Kristensen 3619fb1780 Admin IA refresh (#24852)
PR to capture work:

- Update / simplify titles to match docs
- Create subcategories within org/company
- Wrestle with redirect nightmare part 2

Filing a follow up PR to create parallel structure in the `Company`
subcategory. This PR's scope is for `Organization` only.
2026-04-23 07:30:04 -05:00
dmitry-bychkov aca1dd86d7 Update Dockerfile code snippet for "Using the official Docker image" tab (#24820)
The code snippet for Dockerfile under the "Using the official Docker
images" contains a comment which says that this Docker file uses DHI
image, which is incorrect.

<!--Delete sections as needed -->

Updated the code snippet to match the tab contents 

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

## Reviews

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

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2026-04-20 10:54:34 -07:00
Alexa Kristensen 6d61abd2a8 SCIM jit edits (#24600)
just a lot of stuff that got out of hand idk. it started out as a nice
reorg of provision and turned into a nightmare of my own making
2026-04-20 08:44:44 -05:00
Craig Osterhout fa88f5d2e8 dhi: refresh troubleshoot & debug (#24658)
<!--Delete sections as needed -->

## Description

Merged how-to/debug into troubleshoot to reduce left nav sprawl. Kept
troubleshoot at top-level to align with other manuals.

https://deploy-preview-24658--docsdocker.netlify.app/dhi/troubleshoot/

## 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>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2026-04-08 08:44:59 -07:00
Michael Irwin 8ebaa8e2a5 Another adjustment to satisfy reviews 2026-04-02 14:57:35 -04:00
Michael Irwin b09c10066f Couple of minor adjustments based on PR feedback 2026-04-02 14:50:06 -04:00
Michael Irwin 4959df3e31 Add new guides for all of the new labspaces 2026-04-02 14:42:00 -04:00
Michael Irwin 063bee504d Move lab launch instructions to above the fold 2026-04-02 12:17:03 -04:00
Craig Osterhout 7ee58eddac dhi: refresh how-to explore (#24602)
<!--Delete sections as needed -->

## Description

- Refreshed explore based on latest GUI. Removed steps with a direct
link. xref'd to previous sections to remove redundant steps.
- Consolidated explore and compare to minimize left nav sprawl and
because they're related use-cases.
- Renamed from "explore" to "search" in order to not conflict with the
about section that got renamed explore.
- Added in CLI commands to eventually remove the bolted-on, standalone
how-to cli topic.
- Cleaned up some fluff from the compare topic that was used to make it
feel more substantial when it was a standalone.


https://deploy-preview-24602--docsdocker.netlify.app/dhi/how-to/explore/

## Related issues or tickets

ENGDOCS-3222

## Reviews

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

- [ ] Editorial review

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2026-04-02 07:59:49 -07:00
Craig Osterhout c32a173e10 guides: update dex (#24603)
<!--Delete sections as needed -->

## Description

Aligned file name with that on line 43, using the preferred
`compose.yaml`.

## Related issues or tickets

Closes #23860

## Reviews

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

- [ ] Editorial review

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2026-04-02 07:57:34 -07:00
Rohan Santhosh Kumar 85582ec048 docs: fix output heading in PostgreSQL guide (#24563)
## Description

- Fix the `Outout` typo in the example output heading in the PostgreSQL
networking guide.
- Validation: not run locally; docs-only change.

## Related issues or tickets

- N/A

## Reviews

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

Co-authored-by: rohan436 <rohan.santhoshkumar@googlemail.com>
2026-03-31 12:30:18 -07:00
Kristiyan Velkov ffcbd750c3 [feat] added next.js documentation -sample guide based on the next.js documentation (#24402)
## Description

Adds a **Next.js language-specific guide** under
`content/guides/nextjs/`:

- **_index.md** — Overview, prerequisites, what you’ll learn
- **containerize.md** — `docker init`, multi-stage Dockerfile,
standalone/export, production image
- **develop.md** — Compose dev/prod setup, Compose Watch, hot reload
- **run-tests.md** — Vitest/Jest and ESLint in containers
- **configure-github-actions.md** — CI/CD with GitHub Actions → Docker
Hub
- **deploy.md** — Deploy to local Kubernetes (Docker Desktop)

Uses sample app:
[kristiyan-velkov/docker-nextjs-sample](https://github.com/kristiyan-velkov/docker-nextjs-sample).

## Related issues or tickets

_None_

## Reviews

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

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-03-31 08:54:40 +02:00
rohan436 89ad3738e8 docs: fix wording in Go guide 2026-03-29 11:10:27 +08:00
Pradumna Saraf 0d10190c4e docs: acknowledge contributions in Claude and OpenCode guides 2026-03-27 23:24:01 +05:30
Pradumna Saraf e3a8bd5236 docs: add guide for using OpenCode with Docker Model Runner (#24459)
<!--Delete sections as needed -->

## Description

Add a guide for using OpenCode with Docker Model Runner

## Reviews

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

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

<img width="1623" height="1061" alt="Screenshot 2026-03-21 at 5 17
41 PM"
src="https://github.com/user-attachments/assets/3ea15f42-f30f-4242-a276-e0c23bfd9a58"
/>
2026-03-27 18:42:33 +01:00
Pradumna Saraf 0f73badd2d Merge pull request #24458 from Pradumnasaraf/add-dmr-claude
docs: add guide for using Claude Code with Docker Model Runner
2026-03-27 18:41:57 +01:00
Michael Irwin 788177e21e Remove fine tuning lab due to pivots in Docker Offload 2026-03-26 09:21:43 -04:00
Igor Aleksandrov 955c955b00 Merge pull request #24068 from igor-alexandrov/postgresql-guide
Postgresql guide
2026-03-25 14:59:36 +01:00
Manuel de la Peña b951e92f57 feat(guides): migrate all testcontainers.com guides (#24505)
## Description

Migrate 17 Testcontainers guides from testcontainers.com into the Docker
docs site, covering Java (14 guides), .NET (2 guides), and Node.js (1
guide). This follows up on PR #24450 which added the initial Go and
Python guides.

Each guide is converted from AsciiDoc to Hugo Markdown, split into
multi-chapter stepper navigation, updated to the latest Testcontainers
API, and verified with passing tests running in containers.

Java guides use testcontainers-java 2.0.4 with the new 2.x Maven
coordinates and package names (e.g., `testcontainers-postgresql`,
`org.testcontainers.postgresql.PostgreSQLContainer`). The Quarkus guide
uses Quarkus 3.22.3 with TC 1.x managed by the Quarkus BOM, since no
released Quarkus version ships TC 2.x yet.

## How to test

All code snippets have been verified by running each guide's source
repository tests inside Docker containers with the Docker socket
mounted.

To re-run the verification, use the `/testcontainers-guides-migrator`
skill included in this PR
(`.claude/skills/testcontainers-guides-migrator/SKILL.md`). The skill's
Step 6 documents the exact container commands and macOS Docker Desktop
workarounds (host override, docker-java API version, etc.) needed to run
each language's tests:

```
/testcontainers-guides-migrator I want you to verify all the guides in this branch.
Do a full review, verifying that all code snippets compile, the code is executable,
and ALL the tests pass. Run them as docker containers, never locally.
```

## Related issues or tickets

Supersedes #24450 (expanded from 2 guides to all 19)

## Reviews

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

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 10:03:26 +00:00
Craig Osterhout a960edbd5a dhi: xref guides from manuals (#24506)
<!--Delete sections as needed -->

## Description

Added awareness for DHI guides in the manual via the landing page and
additional resources page.
Tagged guides that use a dhi with the dhi tag.

- https://deploy-preview-24506--docsdocker.netlify.app/dhi/
-
https://deploy-preview-24506--docsdocker.netlify.app/dhi/resources/#guides
- https://deploy-preview-24506--docsdocker.netlify.app/guides/?tags=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-24 12:12:20 -07:00
Manuel de la Peña 36d384d2da docs(guides): add two testcontainers intro guides (go and python) (#24450)
## Description

Migrate the first two Testcontainers getting-started guides from
[testcontainers.com/guides](https://testcontainers.com/guides/) into the
Docker docs site:

- **Getting started with Testcontainers for Go** — multi-page guide with
4 chapters (create project, write tests, test suites, run tests). Code
updated to testcontainers-go v0.41.0 API (`postgres.Run()`,
`CleanupContainer`, `BasicWaitStrategies()`).
- **Getting started with Testcontainers for Python** — multi-page guide
with 3 chapters (create project, write tests, run tests). Code updated
to testcontainers-python 4.14.2 (fixed `get_exposed_port()` returning
`int`).

Each guide appears as its own entry in the `/guides/` listing with
proper language and tag filters (`testing-with-docker`). Chapters render
with stepper navigation in the sidebar.

Also adds:
- A `testing-with-docker` tag to `data/tags.yaml`
- A Claude skill
(`.claude/skills/testcontainers-guides-migrator/SKILL.md`) that
documents the repeatable migration process for the remaining 19 guides
- Links from `content/manuals/testcontainers.md` to the new guides
- Vale vocabulary entries for `pgx`, `Micronaut`, `psycopg`, `pytest`

All guide code was compiled and tests verified passing in containers
with Docker socket mounted.

## Related issues or tickets

No related issues found.

## Reviews

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2026-03-23 13:58:19 +00: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 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
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
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
Tiara Johnson e7e28c4386 Update pricing url with ref and refAction params [GRO-282] (#24339)
## Description
In order to better attribute upgrade sources, we are adding two params -
`ref` and `refAction` to the existing pricing url.
The `ref` will be "Docs" and the `refAction` will be the particular docs
page from where the pricing url click is originated.

## Related issues or tickets
https://docker.atlassian.net/browse/GRO-282

## Reviews
@akristen You should see the new url params when hovering over or
clicking any of the updated pricing urls

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

---------

Co-authored-by: Alexa Kristensen <81787716+akristen@users.noreply.github.com>
2026-03-12 09:12:44 -05:00
Guillaume Tardif 3f9571086e Rename cagent GH repo (#24285)
<!--Delete sections as needed -->

## Description

rename GH cagent repo URL, repo has been renamed to docker/docker-agent

## Reviews

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

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

---------

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2026-03-10 12:03:58 +01:00
David Karlsson 0b0568a5be ai: Disambiguate Docker Agent, Gordon, and Docker Sandboxes
Add AI overview landing page with decision table and relationship overview.
Reframe Gordon as "AI-powered assistant" instead of "AI agent" to avoid
confusion with Docker Agent. Rename sandbox agent page from cagent.md to
docker-agent.md. Add cross-references where products overlap. Fix doubled
"Docker Docker Agent" in agentic AI guide.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-03-06 12:57:33 +01:00
Guillaume Tardif 58df09f05f Update docs to rename cagent => docker agent
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2026-03-04 16:36:11 +01:00