Commit Graph

256 Commits

Author SHA1 Message Date
David Karlsson
eb22a5b867 Merge pull request #24182 from derekmisler/rebrand-docker-ai-references-to-gordon-across
Rebrand "Docker AI" references to "Gordon" across docs.docker.com
2026-03-09 17:21:34 +01:00
David Karlsson
2c0dd7e083 chore: update references to docker vscode extension
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-03-09 12:39:05 +01:00
Derek Misler
1bf9cb9c3b Rebrand "Docker AI" references to "Gordon" across docs.docker.com
Signed-off-by: Derek Misler <derek.misler@docker.com>
2026-03-06 11:48:48 -05:00
David Karlsson
cbceafed09 docs: address issue #24163 (#24177)
## Summary
Removed repeated text about path behavior in the Compose Build
Specification documentation.

## Changes
- Consolidated duplicate sentences about absolute/relative path behavior
that appeared in both the "former case" and "latter case" paragraphs
- Improved clarity by explicitly referencing "When `build` is specified
as a string" and "When `build` is specified as a detailed structure"
instead of vague "former/latter" references
- Added a single consolidated paragraph explaining path behavior that
applies to both cases

Fixes #24163

---
🤖 Generated with [cagent](https://github.com/docker/cagent)
2026-02-27 13:22:53 +00:00
Thomas Brüggemann
ca0020e2af Update Docker.DotNet link in C# library section
Fork because of unmaintained orginal repo.
2026-02-25 10:10:15 +01:00
David Karlsson
4899ea2cf1 chore: move cli data files to data subdir
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-24 08:01:08 +01:00
David Karlsson
70d0c07c69 site: use content adapters for cli reference
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-24 08:01:05 +01:00
David Karlsson
d5fd0b2f11 site: simplify base templates
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-23 17:29:32 +01:00
David Karlsson
aac0c7fe14 Merge pull request #24161 from dvdksn/mcp-profiles
MCP profiles
2026-02-23 16:27:26 +01:00
Sebastiaan van Stijn
c00894853f engine: update API version table
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2026-02-20 19:11:37 +01:00
David Karlsson
2db1ffab56 wip: vendor: mcp-gateway@v0.39.2 cli reference
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-20 12:10:52 +01:00
David Karlsson
f33d670bfb Merge pull request #24168 from dvdksn/upgrade-hugo-v0.156.0
upgrade hugo v0.156.0
2026-02-20 10:44:16 +01:00
David Karlsson
49d1f65b35 deps: upgrade to hugo v0.156.0 and fix deprecations 2026-02-19 16:09:15 +01:00
David Karlsson
541607aa12 sandboxes: note v0.12 prereq for opencode, shell, multi-workspace
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-19 14:47:53 +01:00
Craig Osterhout
4cae670c4d hub: add deletion note (#24078)
<!--Delete sections as needed -->

## Description

Delete operation may time-out. Hub automatically retries without user
interaction in both the UI and API.

Added notes to make the user aware.

## Related issues or tickets

ENGDOCS-3173

## 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-02-18 14:56:52 -08:00
David Karlsson
e32f9cc592 Merge pull request #24102 from dvdksn/sandboxes-461
sandboxes v0.12.0
2026-02-18 11:05:53 +01:00
Quinn Redwoods
120b064895 docs: clarify depends_on short syntax does not wait for healthy services (#24144)
## Description

Clarifies that the `depends_on` short syntax does not wait for services
to become healthy, and waits only for them to be started (running).

This aligns with the long syntax section, which defines
`service_started` as equivalent to the short syntax, and with the
[Control startup and shutdown
order](https://docs.docker.com/compose/how-tos/startup-order/#control-startup)
manual:

> On startup, Compose does not wait until a container is "ready", only
until it's running.

Confirmed locally that short syntax behaves equivalently to `condition:
service_started`.

## Related issues or tickets

None

## Reviews

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

- [x] Technical review
- [x] Editorial review
- [ ] Product review
2026-02-17 14:57:47 +00:00
Allie Sadler
0e3ce26e55 Desktop: new CLI command (#24063)
<!--Delete sections as needed -->

## Description

Adds docs for new `docker desktop diagnose` command

## 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-02-17 12:40:12 +00:00
David Karlsson
db88a4ec1c sandboxes: vendor v0.12.0 cli reference
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-12 15:11:21 +01:00
github-actions[bot]
f5240e4220 docs: address issue #23308 (#24115)
## Summary
Added documentation for DOCKER_HOST requirement when using Docker SDKs
with Docker Desktop for Linux.

## Changes
- Added "Using Docker SDKs with Docker Desktop" section to Linux install
docs explaining why SDKs need DOCKER_HOST set and providing
configuration commands
- Added FAQ entry "How do I use Docker SDKs with Docker Desktop for
Linux?" with troubleshooting steps
- Added note in SDK reference docs alerting Docker Desktop for Linux
users to set DOCKER_HOST before using SDKs

Fixes #23308

---
🤖 Generated with [cagent](https://github.com/docker/cagent)

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: aevesdocker <allie.sadler@docker.com>
2026-02-12 11:03:06 +00:00
luojiyin
9be23c8032 Fix spelling errors across documentation and config files
- seee → see (hub API docs)
- dameon → daemon (release notes)
- plugable → pluggable (release notes)
- adminstrative → administrative (account docs)
- docekr → Docker (opentelemetry guide)
- addFlagLables → addFlagLabels (tensorflowjs guide)
- terrabytes → terabytes (Vale config)
- Dasboard → Dashboard (Vale vocabulary)
- plaform → platform (CLI docs)
- correponds → corresponds (CLI docs)
- digset → digest (buildx docs)

Signed-off-by: luojiyin <luojiyin@hotmail.com>
2026-02-08 13:15:42 +08:00
David Karlsson
bed26cad03 cli: docker sandboxes v0.10.1
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-02 16:37:13 +01:00
David Karlsson
66ff3c700c update sandbox cli ref (#24042)
- **sandboxes: regenerate, vendor cli reference docs**
- **chore: move `docker sandbox create` to a section page**

---------

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-01-30 12:53:35 +01:00
David Karlsson
ae09e522ee build: add stubs for buildx policy commands
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-01-27 15:18:28 +01:00
David Karlsson
79e5749065 Merge pull request #23855 from vvoland/update-docker
engine: 29.2.0
2026-01-27 12:04:53 +01:00
Paweł Gronowski
9d71967f31 api: 1.53
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2026-01-27 10:46:10 +01:00
David Karlsson
993a94bab5 vendor: docker sandboxes v0.7.1 cli docs
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-01-26 10:38:49 +01:00
Paweł Gronowski
129055470a engine: Update version
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2026-01-19 14:46:00 +01:00
Paweł Gronowski
28fc8f6d73 engine: Update version
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2026-01-16 15:04:59 +01:00
David Karlsson
a5938bb3cb Merge pull request #23933 from jarqvi/fix/api-docs-links
Update api docs links
2026-01-07 15:27:06 +01:00
MohammadHasan Akbari
e42100bfe1 chore: update api version in api docs links
Signed-off-by: MohammadHasan Akbari <jarqvi.jarqvi@gmail.com>
2026-01-07 15:47:34 +03:30
Allie Sadler
3415afac40 ENGDOCS-3132 (#23934)
<!--Delete sections as needed -->

## Description

As discussed before xmas, we will be removing opensource release note
pages and pointing users directly to the GitHub page

## 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-01-07 07:13:56 +00:00
MohammadHasan Akbari
1596996ab0 fix: update api docs links
Signed-off-by: MohammadHasan Akbari <jarqvi.jarqvi@gmail.com>
2026-01-06 14:40:53 +03:30
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
Paweł Gronowski
eb2beaa0b6 engine: Update version
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-12-12 16:54:01 +01: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
Johannes Großmann
847834562e feat: documentation for docker-pass CLI plugin
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-12-05 12:21:43 +01:00
David Karlsson
64afb7e42d Merge pull request #23800 from dvdksn/update-pgdata-path
chore: change mount path to work with postgres:18
2025-12-04 22:00:51 +01:00
David Karlsson
0220ef6745 chore: change mount path to work with postgres:18
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-12-04 11:08:14 +01:00
David Karlsson
36a6d2708c Merge pull request #23751 from dvdksn/update-go-sdk-examples
update go sdk examples
2025-12-03 21:52:16 +01:00
Paweł Gronowski
23d565e72e engine: Update version
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-12-02 23:38:33 +01:00
Antoine C
ab47fa4ee7 docs: use == operator in node.labels constraint (#23522)
## Description

https://docs.docker.com/reference/compose-file/deploy/#placement

In this section, `node.labels` must be specified. Also, it must be `==`
and not a simple `=`, an error occurs without it:

```bash
failed to update service myapp_redis: Error response from daemon: rpc error: code = Unknown desc = constraint expected one operator from ==, !=
```
2025-11-27 09:45:27 +00:00
David Karlsson
0461b5f724 config: bump latest engine version to v29.0.4
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-11-25 10:16:26 +01:00
Josh
51795e35d2 feat: Add expires_at to PAT management (#23754)
<!--Delete sections as needed -->

## Description

- feat: Add expiry fields to PAT management API endpoints.

## Reviews

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

- [x] Technical review
- [ ] Editorial review
- [ ] Product review
2025-11-24 09:30:18 +00:00
David Karlsson
34db3110ce engine: update go sdk examples to use new moby/moby/client module
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-11-20 18:01:07 +01:00
Nick Adcock
962c42c50b Add Offload activity log events (#23716)
<!--Delete sections as needed -->

## Description

Adds the Offload activity log events to the activity-logs documentation.
Adds all activity log actions to the audit-logs API spec.

## 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: Nick Adcock <nick.adcock@docker.com>
2025-11-13 12:09:40 -08:00
David Karlsson
59945a6a5d Merge pull request #23698 from vvoland/update-docker-v29
engine: v29.0.0
2025-11-13 11:09:13 +01:00
David Karlsson
53953dc8d0 engine: use moby/moby/api module and bump min api version to 1.44
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
(cherry picked from commit 79abab7d09)
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-11-12 10:27:04 +01:00
Paweł Gronowski
dbc061c762 engine: Update version
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-11-12 10:27:00 +01:00