Commit Graph

64771 Commits

Author SHA1 Message Date
Sarah Sanders 9b93eb9f3e
iam: multiple-idp (#21675)
## Description
- Updated SSO configuration/management docs for multiple IdP support
- Updated FAQs to clarify that Docker now supports it
- Fixed some typos

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

## Reviews
- [ ] Technical review @gurleensethi-docker @ivan-californias
@technicallyjosh
- [ ] Editorial review
- [ ] Product review 

[ENGDOCS-2358]:
https://docker.atlassian.net/browse/ENGDOCS-2358?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-05-12 13:47:02 -04:00
Pradumna Saraf 71109d5f42
docs: Update incorrect port in Docker Compose the go-prometheus-monitoring guide (#22614)
<!--Delete sections as needed -->

## Description

The app service port is `8000`, and I mistakenly mentioned `8080` for
health check while creating this guide. So, it will give an error.

- [ ] Technical review
- [x] Editorial review
- [ ] Product review
2025-05-12 09:48:17 -07:00
CrazyMax ee35407538
Merge pull request #22617 from crazy-max/bake-fix-syntax
bake: fix hcl syntax
2025-05-12 14:39:15 +01:00
Sarah Sanders d03288ea1d
dd: update Windows Arm to EA (#22613)
## Description
- Windows Arm is in EA not Beta

## Related issues or tickets
- Request in #team-docs channel from @KatTomrushka 

## Reviews
- [ ] Editorial review
2025-05-09 15:49:21 -04:00
Dr. Matt Lee a9c38b6471
Merge pull request #22610 from mattl/patch-1
Update what-is-a-container.md
2025-05-09 10:14:25 -04:00
Cesar Talledo 371f608c03
Expand documentation on the KubernetesImagesRepository setting. (#22589)
<!--Delete sections as needed -->

## Description

Provide our users more help on this setting. Place the info in the
Kubernetes feature section, and link to it from the admin-settings
description for KubernetesImagesRepository.

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

## Reviews

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

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

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
2025-05-08 17:18:59 -04:00
Allie Sadler bc1386108b
ENGDOCS-2595 (#22530)
<!--Delete sections as needed -->

## Description

Adds docs on DD on Microsoft Dev Box

## 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-05-08 11:09:16 -04:00
Sebastiaan van Stijn d8b9d357d7
Merge pull request #22602 from robmry/moby_28_firewalling
Remote access to container ports
2025-05-08 10:21:11 +02:00
Guillaume Lours f6bb42e96d
add how-to page explaining usage of Compose provider services (#22586)
<!--Delete sections as needed -->

## Description
Add how-to page for Compose provider services explaining usage and
configuration of this new feature allowing extending Compose behaviour

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

## Reviews

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

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

---------

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Nicolas De loof <nicolas.deloof@gmail.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-05-08 09:02:08 +01:00
Guillaume Lours 751d6681cc
release-notes for Compose v2.36.0 version (#22600)
<!--Delete sections as needed -->

## Description
Add release notes for Compose version `v2.36.0` 

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

## 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-05-08 08:56:01 +01:00
Lio李歐 32c786079d
Update model-runner.md: replace hyphens (#22603)
## Description

This makes the resulting env vars `AI_RUNNER_URL` and `AI_RUNNER_MODEL`
actually accessible in different languages.

## Reviews

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

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-05-08 08:40:11 +01:00
Sarah Sanders a461224f1c
security: domain management (#22477)
## Description
- Adds Domain management guide separate from Domain audit (open to
discussing where else to put this)
- Adds steps to add and verify a domain, removing mention of SSO

## Related issues or tickets
- https://docker.atlassian.net/browse/ENGDOCS-2543

## Reviews
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-05-07 19:20:28 +01:00
Rob Murray 942475214b Update text about direct routing
Since 28.0.0, direct access to container ports from outside
the host has been blocked.

Signed-off-by: Rob Murray <rob.murray@docker.com>
2025-05-07 15:04:03 +01:00
Rob Murray 8d9f59ce1d Update warning about ports published to 127.0.0.1
Fixed in 28.0.0 - aligning with packet-filtering-firewalls.md.

Signed-off-by: Rob Murray <rob.murray@docker.com>
2025-05-07 15:04:03 +01:00
Andrey Sobolev c8183564d2
Merge pull request #22553 from duffuniverse/fix-typos-in-use-compose-watch-manual
Fix typos in the Use Compose Watch manual
2025-05-07 08:39:54 +01:00
Usha Mandya e6c52c80c1
Merge pull request #22591 from gabolaev/4.41.2
4.41.2 release notes
2025-05-06 18:39:00 +01:00
george ca0334a1dd
add build number 2025-05-06 19:33:19 +02:00
Sebastiaan van Stijn a3501cd9b8
add another iptables rule to allow dns queries from container (#21708)
## Description
With only mentioned rule, DNS queries from containers won't work.

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

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Co-authored-by: Rob Murray <rob.murray@docker.com>
2025-05-06 16:11:53 +02:00
Andrey Sobolev fe9389f4be
Fix typos in the Resource constraints manual (#22594) 2025-05-06 15:13:34 +02:00
fliespl 043dabd135
add another iptables rule to allow dns queries from container
Co-authored-by: Rob Murray <rob.murray@docker.com>
Co-authored-by: fliespl <a.rzadkowolski@gmail.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-05-06 12:31:01 +02:00
Usha Mandya aec91a451b
Merge pull request #22592 from usha-mandya/model-runner-link-fix
fix a broken link
2025-05-06 11:06:33 +01:00
Usha Mandya c65f6678f1 fix a broken link
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2025-05-06 10:29:48 +01:00
George Gabolaev 5bef519e2d
4.41.2 release notes 2025-05-06 11:18:42 +02:00
Nicolas Beck 7543797115
docs(ci): clarify credentials setup for DBC CI/CD (#22587)
## Description

This PR updates the Docker Build Cloud CI documentation to clarify the
setup of credentials for CI/CD pipelines. The changes include:

- Renaming the section to “Setting up credentials for CI/CD” and
integrating guidance on both access tokens and the required username
(`DOCKER_USER`).
- Explaining when to use an organization access token (OAT) versus a
personal access token (PAT), and which value to use for `DOCKER_USER` in
each case.
- Updating the build timeout note from 2 hours to 90 minutes.


## Related issues or tickets

N/A – Documentation improvement and clarification.

## Reviews

- [ ] Technical review — Confirm technical accuracy of credential setup
and variable usage.
- [ ] Editorial review — Check for clarity, consistency, and adherence
to Docker copy guidelines.
- [ ] Product review — Ensure the documentation aligns with product
requirements and user needs.
2025-05-05 10:19:23 -07:00
Allie Sadler 0530b659ce
ENGDOCS-2593 (#22523)
<!--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-05-05 08:57:06 -07:00
Gen Whitt ac01a44a48
edits to some headings x 2 (#22563)
## Description

Update to additional headings: just one.

General comment: best to steer away from gerunds (-ing ending) in
headings. Most of the headings are not that, so, consistency is best.

## Related issues or tickets

Issue 22559, second PR on that issues.

## Reviews

To Sarah Sanders for review.
2025-05-04 17:11:25 -04:00
Eduardo Diaz 11f970ed5e
Update oci-artifact.md (#22489)
## Description

Included the -y option to bypass interactive confirmation in the OCI
artifact documentation

## 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-05-01 09:41:59 +01:00
Andrey Sobolev b116a7c74c
Fix typos in the "Pre-defined environment variables in Compose" manual (#22492)
## Description

This pull request fixes stale Compose CLI documentation URLs and a few
minor typos.
2025-05-01 09:38:21 +01:00
Andrey Sobolev 001f668192
Merge pull request #22528 from duffuniverse/fix-typos-in-build-dependent-images-manual
Fix typos in the Build dependent images manual
2025-05-01 09:11:10 +01:00
Sarah Sanders 68fc43e2ef
billing: pay by ach transfer (#22473)
<!--Delete sections as needed -->

## Description
- Adds pay by bank account as payment method option
- Adds new section on verifying bank account
- Preview:
https://deploy-preview-22473--docsdocker.netlify.app/billing/payment-method/

## 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-30 12:13:45 -04:00
george c16bef1182
Merge pull request #22529 from gabolaev/4.41.1
add 4.41.1 notes
2025-04-30 15:53:16 +01:00
Bruno Sousa 95fed9774b
Add CVE-2025-4095 to release notes of Docker Desktop 4.41 (#22521)
## Description

Add CVE-2025-4095 to release notes of Docker Desktop 4.41

## 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>
2025-04-30 11:53:28 +01:00
Allie Sadler 949937278b
MR-link-fix (#22524)
<!--Delete sections as needed -->

## Description

redirect fix

## 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-30 11:47:48 +01:00
Mathieu Champlon 4aec810107
Merge pull request #22512 from mat007/cve-2025-3911
Add CVE-2025-3911 to release notes of Docker Desktop 4.41
2025-04-30 07:51:03 +01:00
Sarah Sanders 9362a99260
security: settings reporting reference table (#22444)
## Description
- Adds a section to understand compliance status w/ a reference table of
possible status combinations
- Preview:
https://deploy-preview-22444--docsdocker.netlify.app/security/for-admins/hardened-desktop/settings-management/compliance-reporting/#understand-compliance-status

## Related issues or tickets
- https://docker.atlassian.net/browse/ENGDOCS-2561

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

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-04-29 10:29:01 -04:00
Allie Sadler cdcf7ef945
Merge pull request #22518 from aevesdocker/ai-section-2
ai section
2025-04-29 15:06:17 +01:00
Allie Sadler 00a32403b3
Revert "ai-section" (#22517)
Reverts docker/docs#22514
2025-04-29 14:36:32 +01:00
Allie Sadler d71c3052c6
rn-fix (#22513)
<!--Delete sections as needed -->

## Description

Small RN fix 

## 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-29 14:10:50 +01:00
Allie Sadler 6f4e98652e
ai-section (#22514)
<!--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-29 14:07:12 +01:00
Andrey Sobolev 0e48c4beef
Fix a typo in the Build drivers manual (#22515)
## Description

This pull request fixes a minor typo in the Build drivers manual.
2025-04-29 13:37:45 +01:00
Allie Sadler 744ff18368
4.41-follow-ups (#22508)
<!--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-28 17:29:06 +01:00
Allie Sadler 1e394dd3cc
ENGDOCS-2572 (#22466)
<!--Delete sections as needed -->

## Description

- Add Windows NVIDIA GPU support for DMR 
- Add new `push` and `logs` functionality
- Update enable Gordon process to reflect GUI updates
- Known issues cleanup 

## 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-28 17:09:07 +01:00
Allie Sadler ef5c24df4d
ENGDOCS-2576 (#22476)
<!--Delete sections as needed -->

## Description

Adds QEMU deprecation date

## 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-28 17:08:50 +01:00
Allie Sadler 8b9bf56df8
ENGDOCS-2575 (#22475)
<!--Delete sections as needed -->

## Description

Adds new way to download the DD for Windows installer

## 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-28 17:08:23 +01:00
Allie Sadler b193ebe850
ENGDOCS-2573 (#22467)
<!--Delete sections as needed -->

## Description

Enhanced logs experience

## 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-28 17:08:09 +01:00
Guillaume Lours 75e9bc4f53
add Compose how-to page for Docker Model Runner support with Compose (#22392)
<!--Delete sections as needed -->

## Description
Add how-to page explaining how to use Docker Model Runner with Compose

## Related issues or tickets

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

## Reviews

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

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

---------

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: aevesdocker <allie.sadler@docker.com>
2025-04-28 17:07:41 +01:00
george a7be08a158
DD 4.41.0 release notes (#22468)
Docker Desktop 4.41.0 release notes
2025-04-28 17:07:19 +01:00
Allie Sadler eda11f9331
ENGDOCS-2586 (#22496)
<!--Delete sections as needed -->

## Description

Freshness on some Compose sections

## 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-28 15:58:30 +01:00
Allie Sadler ad49ff482f
ENGDOCS-2589 (#22507)
<!--Delete sections as needed -->

## Description

Freshness to the Compose install pages and Bridge 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
2025-04-28 15:58:15 +01:00
Andrey Sobolev fcb958a33f
Fix typos in the Builders manual (#22506)
## Description

This pull request fixes a few minor typos in the Builders manual.
2025-04-28 12:02:41 +01:00