Commit Graph

2836 Commits

Author SHA1 Message Date
Guillaume Lours 7e76be01b2
release-notes for Compose v2.35.0 version (#22411)
<!--Delete sections as needed -->

## Description
 Add release notes for latest Docker Compose `v2.35.0` version

## Related issues or tickets

https://docker.atlassian.net/browse/APCLI-1094

## Reviews

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

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

---------

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-04-10 16:35:11 +01:00
Mathieu Champlon 72953fc0e3
Remove obsolete a/b testing service (#22409)
<!--Delete sections as needed -->

## Description

We’re removing this unused service.

## Related issues or tickets

https://docker.atlassian.net/browse/DKP-2125

## Reviews

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

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-04-10 15:44:47 +01:00
CrazyMax 57341a7ac2
Merge pull request #22406 from lvthillo/patch-1
BuildKit supports multiple cache exporters
2025-04-10 11:42:05 +02:00
Lorena Rangel 258e17544b
Update update release notes (#22407)
<!--Delete sections as needed -->

## Description

Updates the line about the removal of `com.docker.admin`, as it is still
present (and used) on Windows.

## 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-04-10 10:22:56 +01:00
Lorenz Vanthillo 09fabd2fa0
BuildKit supports multiple cache exporters
Related to https://github.com/docker/docs/issues/18590
2025-04-10 10:55:47 +02:00
Nicolas De loof 6057a7b51f
fix use of x-* attribute in go templates (#22403)
## Description

fix
https://docs.docker.com/compose/bridge/customize/#add-your-own-templates
as attributes with a `-` can't be accessed directly using dot-notation
in a go template. See
https://stackoverflow.com/questions/48146448/range-through-values-within-variable-containing-dashes-in-golang-templates

## Related issues or tickets

## Reviews

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

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2025-04-10 09:30:57 +01:00
Sarah Sanders b720d48b04
fix: settings management moved in AC UI (#22399)
## Description
- Settings management has moved, this PR fixes this. I will update the
UI tests as well

## Related issues or tickets
- https://github.com/docker/docs/issues/22398

## Reviews
- [ ] Editorial review
2025-04-09 12:59:22 -04:00
Craig Osterhout 9f6a8362ca
trusted content: align doi description (#22370)
<!--Delete sections as needed -->

## Description

Better align the DOI description.

## Related issues or tickets

ENGDOCS-2535

## Reviews

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

- [ ] Editorial review
- [ ] Product review

Signed-off-by: Craig <craig.osterhout@docker.com>
2025-04-09 09:01:16 -07:00
CrazyMax 2f787e1284
build: note about sunset of gha cache v1 (#22395)
## Description

Note about sunset of GitHub Cache service v1 on April 15th, 2025.

## Related issues or tickets

* https://gh.io/gha-cache-sunset
* https://github.com/docker/build-push-action/issues/1345
* https://github.com/docker/setup-buildx-action/discussions/414
* https://github.com/moby/buildkit/issues/5896
*
https://github.com/actions/runner-images/issues/11766#issuecomment-2779675129

## Reviews

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

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

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-04-09 15:53:05 +01:00
Allie Sadler 284b9bce58
Merge pull request #22393 from aevesdocker/ENGDOCS-2515c
ENGDOCS-2515c
2025-04-09 15:15:10 +01:00
Monica Chao 034dbdfbcc
docs: added note on populating builds tab when building windows container images (#22389)
<!--Delete sections as needed -->

## Description

<!-- Tell us what you did and why -->
If a user switches to Windows containers and builds an image using the
`docker build` command as it (using the legacy builder), the Builds tab
is not populated. This is because the build history is provided by
Buildkit. To populate the Builds tab, the customer must either set
`DOCKER_BUILDKIT=1` or use the `buildx build` command.

Current documentation does not mention this and a support ticket was
raised.

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->
- SEG-1116 (Slack thread linked in ticket for context)

## Reviews

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

- [X] Technical review @karman-docker 
- [X] Editorial review
- [ ] Product review

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-04-09 13:37:03 +01:00
stevenlele 01505f4d80
CLI: Add missing `pad` and `truncate` output formatting functions (#22384)
See https://github.com/docker/cli/blob/master/templates/templates.go

---------

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2025-04-09 12:16:18 +01:00
Lorena Rangel b2950312d8
Add known issue (#22394)
<!--Delete sections as needed -->

## Description

Added known issue for https://github.com/docker/for-win/issues/14703 

## 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-04-09 10:51:30 +01:00
Sarah Sanders fa6e23b426
cx: add guided setup section for admin onboarding (#22353)
## Description
- Admin Onboarding is releasing the week of April 7th. It includes an
embedded "guided setup" feature
- This adds the guided setup to the org onboarding guide
- Preview:
https://deploy-preview-22353--docsdocker.netlify.app/admin/organization/onboard/

## Related issues or tickets
- [ENGDOCS-2512](https://docker.atlassian.net/browse/ENGDOCS-2512)

## Reviews
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

[ENGDOCS-2512]:
https://docker.atlassian.net/browse/ENGDOCS-2512?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-04-08 17:02:30 -04:00
sheltongraves 6f45356dde
Update latest.yaml to add group repo access (#22369)
Adding API documentation for assign a group (Team) to a repository for
access

<!--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: Sarah Sanders <sarah.sanders@docker.com>
2025-04-08 14:03:55 -04:00
Allie Sadler 902dcc0f13
ENGDOCS-2515b (#22378)
<!--Delete sections as needed -->

## Description

Freshness to uninstall, feedback, settings, back-up pages

## 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-04-08 16:08:01 +01:00
Allie Sadler 4a3f007a11
dmr-enable (#22385)
<!--Delete sections as needed -->

## Description


https://dockercommunity.slack.com/archives/G0M5L8HKM/p1744114085379989?thread_ts=1744113337.599399&cid=G0M5L8HKM

<!-- 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-04-08 15:03:41 +01:00
Allie Sadler 49328efb10
Merge pull request #22357 from aevesdocker/ENGDOCS-2515a
ENGDOCS-2515a
2025-04-08 08:15:59 +01:00
Sarah Sanders 0fd4f0becd
billing: small change for feedback survey in cancellation flow (#22380)
## Description
- subscription downgrade in Admin Console/Billing Console now requires a
feedback survey, it is no longer optional

## Related issues or tickets
-
[ENGDOCS-2540](https://docker.atlassian.net/browse/ENGDOCS-2540?atlOrigin=eyJpIjoiNjhkNGM0YjQ0MjUzNGRlODhiYTllNDJkNDYwYTJlNDIiLCJwIjoiaiJ9)

## Reviews
- [ ] Editorial review

[ENGDOCS-2540]:
https://docker.atlassian.net/browse/ENGDOCS-2540?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-04-07 16:40:18 -04:00
Sarah Sanders 16711cd178
cx: update docs for RAM limits (#22365)
## Description
- Docs previously stated there were no RAM limits, this is incorrect
- 100 is the limit
- Also added some guidance around using general-purpose URLs; doing this
can deprecate use of RAM limits

## Related issues or tickets
- [ENGDOCS-2517](https://docker.atlassian.net/browse/ENGDOCS-2517)

## Reviews
- [ ] Editorial review
- [ ] Product review @ajthilakan 

[ENGDOCS-2517]:
https://docker.atlassian.net/browse/ENGDOCS-2517?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-04-07 09:17:19 -04:00
Sarah Sanders 1a1d108185
chore: add missing cards from platform landing pages (#22366)
## Description
- a few cards were missing from platform landing pages (OATs being one)

## Related issues or tickets
- [ENGDOCS-2518](https://docker.atlassian.net/browse/ENGDOCS-2518)

## Reviews
- [ ] Editorial review

[ENGDOCS-2518]:
https://docker.atlassian.net/browse/ENGDOCS-2518?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-04-07 09:16:40 -04:00
Allie Sadler 530860f00e
Merge pull request #22376 from aevesdocker/kube-dash
kube dash
2025-04-07 10:07:56 +01:00
Allie Sadler eee4ee8e93
Merge pull request #22364 from aevesdocker/vm-vdi-citrix
Add: VM-VDI Citrix info
2025-04-04 15:50:07 +01:00
Sarah Sanders 393e76877f
Merge pull request #22360 from sarahsanders-docker/link-payment-method
billing: add link as new payment method
2025-04-04 10:16:12 -04:00
Pradumna Saraf 3a056687f7
docs: add a guide for Golang API Monitoring with Prometheus and Grafana (#22292)
<!--Delete sections as needed -->

## Description

add a guide for Golang API Monitoring with Prometheus and Grafana

## Related issues or tickets

#22291

## Reviews

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

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

---------

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2025-04-03 11:11:18 -07:00
Craig Osterhout e0ea510a21
hub: remove old limit (#22362)
<!--Delete sections as needed -->

## Description

Missed updating one occurrence of hub pull limits.

Removed old limit of 5k a day for paid users.
Users on new paid plans now have unlimited pulls.

## 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 <craig.osterhout@docker.com>
2025-04-03 10:28:20 -07:00
Allie Sadler 390b726051
ENGDOCS-2523 (#22358)
<!--Delete sections as needed -->

## Description

Updates Docker Desktop CLI reference. 

Ideally we vendor in the docs instead of manually adjusting. But need to
complete setup on this (David started this before he left). This is a
short term solution to get the docs in

## 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: Dorin-Andrei Geman <doringeman@gmail.com>
2025-04-03 14:40:36 +01:00
Allie Sadler 936fad5e49
ENGDOCS-2515 (#22347)
<!--Delete sections as needed -->

## Description

Freshness to DD setup section.

The odd new sentence here and there, but mostly efficiency gains and
tidying

## 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: Sarah Sanders <sarah.sanders@docker.com>
2025-04-03 14:39:55 +01:00
Ali Erturk TURKER 72cd41d940
Fix wording for tmpfs destination path option. (#22339)
This is likely a copy&paste error. Can be confusing for new docker
users.

<!--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-04-03 13:37:43 +01:00
Craig Osterhout 477ecdaace
hub: fix typo (#22351)
<!--Delete sections as needed -->

## Description

Fixed typo for limits.
100 for unauthenticated and 200 for Personal.

## 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 <craig.osterhout@docker.com>
2025-04-02 12:21:50 -07:00
Sarah Sanders e20141cba1
iam: sso session limit (#22312)
## Description
- IAM is adding an SSO attribute `dockerSessionMinutes` to support IdP
default session timeout
- This PR adds the attribute, and fixes FAQs that says Docker does not
support IdP default timeout

## Related issues or tickets
- [IAM-1046](https://docker.atlassian.net/browse/IAM-1046)

## Reviews
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

[IAM-1046]:
https://docker.atlassian.net/browse/IAM-1046?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-04-01 11:58:53 -07:00
Sarah Sanders 256da1adec
cx: desktop settings reporting (#21646)
## Description
- Added guide on desktop settings reporting

NOTE: To go out with DD 4.40 release in EA

## Related issues or tickets

[ENGDOCS-2346](https://docker.atlassian.net/browse/ENGDOCS-2346)

## Reviews

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

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

[ENGDOCS-2346]:
https://docker.atlassian.net/browse/ENGDOCS-2346?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-04-01 11:26:01 -07:00
Allie Sadler 805cc31708
remove beta from oat (#22344)
<!--Delete sections as needed -->

## Description

OAT is going GA today
https://docker.slack.com/archives/C046HE6K4CC/p1743524473234929

## 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-04-01 09:58:28 -07:00
Craig Osterhout 8d57252d2e
add some aliases (#22337)
<!--Delete sections as needed -->

## Description

Added some aliases for Hub and get-started content

## Related issues or tickets

ENGDOCS-2514

## Reviews

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


- [ ] Editorial review

Signed-off-by: Craig <craig.osterhout@docker.com>
2025-04-01 07:58:39 -07:00
CrazyMax f7741d3b08
Merge pull request #22341 from crazy-max/gha-intro-update
build: update github actions list
2025-04-01 12:17:01 +01:00
Allie Sadler 2f0e76cea4
move DMR prereq (#22335)
<!--Delete sections as needed -->

## Description

Request as per Kevin Wittek. 
DMR is turned on by default so have switched this content to how to turn
off

## 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-03-31 17:02:44 +01:00
Allie Sadler fec158fc0e
Merge pull request #22331 from aevesdocker/DMR-link
DMR-link
2025-03-31 15:47:50 +01:00
Usha Mandya 1fc33445a2
Merge pull request #22332 from aevesdocker/dmr-ex-fix
dmr-ex-fix
2025-03-31 15:46:12 +01:00
Djordje Lukic 9020de21a0
Merge pull request #22330 from rumpl/gordon-mcp-server
Gordon: docs about MCP built-in tools and its MCP server capabilities
2025-03-31 15:25:54 +01:00
aevesdocker 6e119b9402 dmr-ex-fix 2025-03-31 15:24:32 +01:00
Lorena Rangel fe639f9b30
Release notes (#22299)
Docker Desktop 4.40.0 release notes

## Reviews

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

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

---------

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2025-03-31 14:42:27 +01:00
Allie Sadler c563d877cc
Engdocs 2499 (#22296)
<!--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-03-31 14:41:16 +01:00
Allie Sadler ec13567df4
ENGDOCS-2501 (#22308)
<!--Delete sections as needed -->

## Description

Small Kubernetes enhancement for 4.40

## 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-03-31 14:41:06 +01:00
yinzhidong 7d8c6f14f3
update services.md (#22329)
<!--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-03-31 08:45:24 +01:00
Bokyeom 7c9f78cda8
Fix typos and align with Docker/Compose specs (#22328)
## Description
- Fixed minor typos like `msyql`, `model`, `.json|`.
- Although `docker remove` works due to CLI fallback, it's not an
official command. Replaced with `docker rm` for correctness and clarity.
- Replaced `docker-compose.yml` with `compose.yaml` to align with the
[Compose
specification.](https://github.com/compose-spec/compose-spec/blob/main/03-compose-file.md)
2025-03-31 08:44:57 +01:00
CrazyMax 30be50d43f
build: fix docker container driver name (#22327)
## Description

Correct name is `Docker container driver`.

## Reviews

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

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

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-03-28 08:48:26 +00:00
Marco Franzon 3910565912
Add dex guide (#21926)
<!--Delete sections as needed -->

## Description

In this guide I want to show how to run and configure Dex as container,
to mock an OAuth service, which can be really useful in
development/testing.

## 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: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2025-03-27 13:45:28 -07:00
Craig Osterhout 17c998c2da
hub: usage updates (#22326)
<!--Delete sections as needed -->

## Description

https://deploy-preview-22326--docsdocker.netlify.app/docker-hub/usage/

https://deploy-preview-22326--docsdocker.netlify.app/docker-hub/usage/pulls/

https://deploy-preview-22326--docsdocker.netlify.app/subscription/details/

## Related issues or tickets

ENGDOCS-2508

## Reviews

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


- [ ] Editorial review
- [ ] Product review

Signed-off-by: Craig <craig.osterhout@docker.com>
2025-03-27 12:35:18 -07:00
Bokyeom d16a610c42
fix: replace docker-compose with docker compose CLI (#22320)
## Description

Replace `docker-compose` with `docker compose` CLI in the Java and
Node.js guides to align with the latest Docker standards and ensure
consistency across the docs.

## Related issues or tickets

Closes #22319

<!-- Related issues, pull requests, or Jira tickets -->
2025-03-27 10:28:19 -07:00
Sarah Sanders 6724a52db7
Merge pull request #22324 from sarahsanders-docker/404s
fix: billing 404s
2025-03-27 10:15:32 -04:00
Allie Sadler 1aed8c9831
fix: remove outdated screenshot (#22322)
<!--Delete sections as needed -->

## Description

Does what it says on the tin

## 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-03-27 13:45:11 +00:00
Allie Sadler 4fe971a0d5
ENGDOCS-2505 (#22323)
<!--Delete sections as needed -->

## Description

addresses 404 issues
https://docs.google.com/spreadsheets/d/1yjQsYd-uBEuPaEZFRfuFbkla1xn7UBnIkfCJp8DcxYM/edit?gid=0#gid=0

## 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-03-27 13:44:58 +00:00
Sarah Sanders 9c1803f712 fix billing 404s 2025-03-27 09:38:10 -04:00
Andrey Sobolev 402236c9e6
Fix typo in Overriding container defaults guide (#22316)
## Description

Fixed a minor typo in the Overriding container defaults guide.
2025-03-27 08:17:52 +00:00
Allie Sadler fcae8a021d
ENGDOCS-2504 (#22315)
<!--Delete sections as needed -->

## Description

Fixes and closes https://github.com/docker/docs/issues/22307
Fixes and closes https://github.com/docker/docs/issues/22314
Closes https://github.com/docker/docs/issues/22293

## 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-03-27 08:13:14 +00:00
Allie Sadler e0b58668a0
Merge pull request #22297 from aevesdocker/vscode-tip
vscode tip
2025-03-26 14:45:39 +00:00
Allie Sadler 09dbd3fddf
Apply suggestions from code review 2025-03-26 14:42:27 +00:00
Paweł Gronowski 5e3811684f
engine: release 28.0.4 (#22311)
<!--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-03-25 16:44:10 +00:00
Allie Sadler ad6b54ac45
Merge pull request #22287 from aevesdocker/ENGDOCS-2498
ENGDOCS-2498
2025-03-25 14:25:17 +00:00
Paweł Gronowski 17b7d12f9a
engine: 28.0.3 (#22304)
<!--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>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-03-25 13:29:55 +00:00
happy2discover 81fe132daa
Update develop.md for highlighted lines​ (#22290)
<!--Delete sections as needed -->

## Description
Update develop.md for highlighted lines​

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

## Related issues or tickets
N/A

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

## Reviews

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

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-03-24 22:02:23 -04:00
Gurleen Sethi 325b03fd85
Merge pull request #22279 from gurleensethi-docker/feat/oats_apis
Add public OATs (Organization Access Token) APIs
2025-03-24 13:04:17 -04:00
aevesdocker f15c10dd5b vscode tip 2025-03-24 11:54:24 +00:00
Allie Sadler 4ff1ad24ea
label tidy (#22288)
<!--Delete sections as needed -->

## Description

Removes and standardizes label usage in the TOC for DD docs

## 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-03-21 14:39:07 +00:00
Josh 769921cfc4
Merge pull request #22270 from docker/feat/api-oat-audit-logs
feat(api): Add oat tag for audit logs
2025-03-20 12:27:33 -06:00
Allie Sadler a9b3fe9a7b
Merge pull request #22271 from aevesdocker/watch.include
watch include
2025-03-20 08:35:06 +00:00
Paweł Gronowski a64ea4d4be
Merge pull request #22281 from vvoland/28.0.2-followup
engine: 28.0.2 followup
2025-03-19 16:57:46 +00:00
Paweł Gronowski 030c686cfd
engine: v28.0.2 (#22242)
<!--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>
Co-authored-by: aevesdocker <allie.sadler@docker.com>
2025-03-19 15:56:06 +00:00
Guillaume Lours f54284dfb1
correct compose down example with profile (#22278)
The down command used with profile will stop the services with a given
profile but also all the services without any profiles

## Description
Correct the section of stopping services with a specific profile in the
how-to profile documentation page

## Related issues or tickets
https://github.com/docker/compose/issues/12648
## Reviews

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

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

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2025-03-19 11:10:09 +00:00
CrazyMax 8dbdd7f9ec
Merge pull request #22273 from docker-tools-robot/dispatch/buildx-ref-v0.22.0
Update buildx reference to v0.22.0
2025-03-19 01:24:42 +01:00
Sarah Sanders eec54cf457
security: update security faq, add sso faq (#22195)
## Description
- Original security general FAQ was incorrect. IAM team confirmed that
we do not currently support IdP default timeouts, and we should
communicate this.
- Updated existing FAQ
- Added new FAQ to SSO FAQs

## Related issues or tickets
- [ENGDOCS-2475](https://docker.atlassian.net/browse/ENGDOCS-2475)

## Reviews
- [ ] Editorial review

[ENGDOCS-2475]:
https://docker.atlassian.net/browse/ENGDOCS-2475?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-03-18 17:33:45 -04:00
CrazyMax 01f9f3d8ae
buildx: buildx history import stub
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-03-18 15:35:15 +01:00
Josh Newman db966f2550
Update wording for changelog 2025-03-18 08:27:46 -06:00
Josh Newman 0b82b808e1
Reorder nav 2025-03-18 08:26:01 -06:00
Josh Newman f46fe9efe8
Add changelog with nav improvments 2025-03-18 00:52:41 -06:00
Josh Newman ce41c7b9fe
Add oat tag for audit logs 2025-03-18 00:52:26 -06:00
Craig Osterhout 592b28729b
guides: fix port in .net guide (#22269)
<!--Delete sections as needed -->

## Description

The default port changed from 80 to 8080 when we switched to a newer
version of .net in #21877.

https://learn.microsoft.com/en-us/dotnet/core/compatibility/containers/8.0/aspnet-port


https://deploy-preview-22269--docsdocker.netlify.app/guides/dotnet/develop/

https://deploy-preview-22269--docsdocker.netlify.app/guides/dotnet/deploy/

## Related issues or tickets

Closes #22265
Related to #22080
ENGDOCS-2492

## Reviews

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

- [ ] Technical review

---------

Signed-off-by: Craig <craig.osterhout@docker.com>
2025-03-17 15:33:50 -07:00
Craig Osterhout a7a2a5217e
hub: sidebar nav (#22123)
<!--Delete sections as needed -->

## Description

Updated Hub nav items to new left nav.


![image](https://github.com/user-attachments/assets/30fc20be-d999-426e-bef6-55cd535d5735)


## Related issues or tickets

ENGDOCS -2447

## Reviews

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

- [ ] Editorial review
- [ ] Product review

Signed-off-by: Craig <craig.osterhout@docker.com>
2025-03-17 10:07:57 -07:00
Allie Sadler 4b21fc22d1
Merge pull request #22262 from aevesdocker/ENGDOCS-2489
ENGDOCS-2489
2025-03-17 15:10:36 +00:00
Josh 9b28dc7ade
Improve some API docs and add members fields (#22237)
<!--Delete sections as needed -->

## Description

- Adds missing information for org members calls.
- Improves some areas of the docs.

## Reviews

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

- [x] Technical review
- [x] Editorial review
- [ ] Product review
2025-03-17 09:18:57 -04:00
Sarah Sanders 33bccdc8ae
admin: add FAQ and add deactivate org to org section (#22236)
## Description
- Added an FAQ about changing your Docker ID (not possible)
- Noticed deactivate an org was out in its own section, so I moved it
under Organization administration
- Fixed some broken links

## Related issues or tickets
- [ENGDOCS-2465](https://docker.atlassian.net/browse/ENGDOCS-2465)

## Reviews
- [ ] Editorial review

[ENGDOCS-2465]:
https://docker.atlassian.net/browse/ENGDOCS-2465?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-03-17 08:53:13 -04:00
Guillaume Lours 763a789428
Merge pull request #22240 from glours/compose-oci-artifact
add Compose OCI artifact how-to page
2025-03-17 10:20:03 +00:00
Josh b3327a77ec
Add api.docker.com to allow list (#22247)
<!--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
- [x] Editorial review
- [ ] Product review
2025-03-17 07:41:41 +00:00
Allie Sadler a5539d2117
projects-toc (#22246)
<!--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-03-14 16:28:25 +00:00
Guillaume Lours 60d67ab25b
release-notes for Compose v2.34.0 version (#22244)
## Description
Add release notes for Compose `v2.34.0` release

## Related issues or tickets
https://docker.atlassian.net/browse/APCLI-1034

## Reviews

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

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

---------

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-03-14 11:16:58 +00:00
Allie Sadler 2de298e0af
Merge pull request #22225 from aevesdocker/ENGDOCS-2478
ENGDOCS-2478
2025-03-13 08:32:01 +00:00
Igor Aleksandrov c3431b0474
Rails guide upgrade (part 2) (#22114)
## Description

This PR has two goals. First of all it continues work that has been done
in #21559. Besides this, and this is more significant, I tried to
improve the structure of the documentation that is currently used for
different language-specific guides like
[PHP](https://docs.docker.com/guides/php/configure-ci-cd/),
[Go](https://docs.docker.com/guides/golang/),
[Python](https://docs.docker.com/guides/python/) and others, including,
of course, Ruby itself.

Each of these guides currently has a [Configure
CI/CD](https://docs.docker.com/guides/python/configure-ci-cd/) section.
Inside this section there is a GitHub Actions workflow example that has
nothing in common with a CI/CD pipeline. It's just an example of how to
build and push an image to a Docker Hub registry. We should be clear in
our documentation and not mislead our users. This was the main reason
why I renamed this section to "Automate your builds with GitHub
Actions". I also updated the content of this section to reflect the new
name and to make it more clear what the user can expect from this guide.
I suggest the same be done for all other language-specific guides.

Besides this, I changed the order of the sections in the Ruby guide. The
"Develop your app" section has been moved down to the bottom of the
guide. This makes more sense to me because of two reasons:

1. It is more important to start using Docker Hub right after you added
the Dockerfile to your project (section number one in all
language-specific guides).

2. I can hardly imagine anybody using Docker to run the app locally for
development purposes (at least for Ruby). What is really essential and
useful is to know how to run services, that are required by your app,
like a database, a cache server, or a local LLM. This is why the
"Develop your app" section should be rewritten to explain how to run the
infrastructure services that are required by the app and not the app
itself.

Below there are screenshots reflecting the changes that have been made
in this PR.

**Before**
<img width="1512" alt="Screenshot 2025-02-27 at 11 26 39"
src="https://github.com/user-attachments/assets/1ca06aea-ffeb-4efb-a14d-27254d2a2110"
/>

**After** 
<img width="1512" alt="Screenshot 2025-02-27 at 11 26 01"
src="https://github.com/user-attachments/assets/7abbe8b7-d1b3-480f-8105-49f967b51e47"
/>

## Related issues or tickets

#21559

## Reviews

- [x] Technical review
- [x] Editorial review
- [ ] Product review
2025-03-12 08:08:51 -07:00
Sarah Sanders 8c559aa8a2
accounts: add section to manage accounts (#22221)
## Description
- Users can now unlink social accounts, and we have gotten this question
multiple times in Kapa
- Adds section to Manage an account guide on unlinking social accounts
- User must unlink in Docker, and their 3PI, so I added a step that they
must fully unlink using the social provider

## Related issues or tickets
- [ENGDOCS-2456](https://docker.atlassian.net/browse/ENGDOCS-2456)

## Reviews
- [ ] Editorial review

[ENGDOCS-2456]:
https://docker.atlassian.net/browse/ENGDOCS-2456?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-03-12 09:10:00 -04:00
Sarah Sanders 8aa7128a74
security: update OATs UI flow (#22197)
## Description
- small update for new OATs scopes, impacts existing UI flow

## Related issues or tickets
- [ENGDOCS-2476](https://docker.atlassian.net/browse/ENGDOCS-2476)

## Reviews
- [ ] Editorial review

[ENGDOCS-2476]:
https://docker.atlassian.net/browse/ENGDOCS-2476?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

---------

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2025-03-11 13:33:24 -04:00
Sarah Sanders 8567dda09b
billing: update VAT docs to include country prefix (#22198)
## Description
- TSE reported issues/friction with customers entering VAT in billing
flow, I have also seen this in Kapa feedback
- Added callout to specify that VAT must include country prefix in each
touchpoint across billing docs

## Related issues or tickets
- [ENGDOCS-2477](https://docker.atlassian.net/browse/ENGDOCS-2477)

## Reviews
- [ ] Editorial review

[ENGDOCS-2477]:
https://docker.atlassian.net/browse/ENGDOCS-2477?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-03-11 08:43:15 -04:00
Sarah Sanders 8d4b6593ed
admin: add API option to manage members (#22223)
## Description
- Kapa searches show that users are looking for API options to manage
user invites
- This adds the option to invite users and manage them via Docker Hub
API, with a redirect to the API reference
- This also just surfaces the API as an option for enterprise users, who
might be more interested in managing bulk actions via the DH API

## Related issues or tickets
- [ENGDOCS-2460](https://docker.atlassian.net/browse/ENGDOCS-2460)

## Reviews
- [ ] Editorial review

[ENGDOCS-2460]:
https://docker.atlassian.net/browse/ENGDOCS-2460?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-03-11 08:42:13 -04:00
Michael Irwin a4237dac3d
Update image source for kafbat
Kafbath publishes its images to Docker Hub, so changing the registry source to Hub instead of GHCR. Also, instead of using the latest tag, they publish merged changes onto a `main` tag.
2025-03-10 14:53:44 -04:00
Lorena Rangel 93f7b24863
Add missing release note to Docker Desktop release notes (#22218)
<!--Delete sections as needed -->

## Description

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

## Related issues or tickets

missing release note

## 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>
2025-03-10 16:26:40 +00:00
Dimitris Sotirakis 8f841a38be
Update build-summary.md
Updated docker-build-push-action occurrancies to build-push-action.
2025-03-10 15:23:09 +02:00
Allie Sadler 75edebe695
feedback link fix: (#22212)
<!--Delete sections as needed -->

## Description

fixes https://github.com/docker/docs/issues/22196#event-16635660473

## 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-03-10 10:43:51 +00:00
Nicolas De loof e396af2358
some clarification on additional_contexts (#22204)
## Description

some clarification as requested on
https://github.com/docker/compose/issues/8538#issuecomment-2707487495

## 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-03-10 10:00:09 +00:00
Kaze 930dee78b0
Update windows-install.md (#22184)
The UEFI field was added

## Description

There is a difference between BIOS and UEFI, so the UEFI field is added

## 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-03-10 08:45:52 +00:00
Sarah Sanders fee0d8b5a4
sso: add callout to certificate instructions (#22193)
## Description
- Good callout that we should clarify that copy/pasting the certificate
values includes the `----BEGIN CERTIFICATE---` and `----END
CERTIFICATE----` lines. This applies to both Okta and Entra examples, as
confirmed in my test org
- I will pass on to IAM about adding placeholder text, I think would be
more valuable than an example in docs

## Related issues or tickets
https://github.com/docker/docs/issues/22176#event-16632900876

## Reviews
- [ ] Editorial review
2025-03-07 11:26:05 -05:00
Sarah Sanders dbe3017d19
chore: cleanup includes w/ embedded shortcodes (#22191)
## Description
- follow up from https://github.com/docker/docs/pull/22190 to cleanup
includes that use an embedded shortcode (this breaks rendering in hugo
w/ current versions)

## Related issues or tickets
https://github.com/docker/docs/pull/22190

## Reviews
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-03-07 11:25:49 -05:00
Sarah Sanders 1b3ec1b256
fix: rendering issue w/ experimental labs include (#22190)
## Description
- Rendering issue with includes that contain shortcodes:
https://docs.docker.com/build/buildkit/dockerfile-release-notes/#130-labs
- Fixed by replacing with the summary bar w/ experimental label
- Also updated headings to be aligned 
- Preview:
https://deploy-preview-22190--docsdocker.netlify.app/build/buildkit/dockerfile-release-notes/

## Related issues or tickets
- Reported from @crazy-max 

## Reviews
- [ ] Technical review
- [ ] Editorial review
2025-03-07 16:53:10 +01:00