Commit Graph

2981 Commits

Author SHA1 Message Date
Yousef Amirghofran 3ffa79cfdc
fix: typo (#22736)
<!--Delete sections as needed -->

## Description
Fixes #22692 typo from "ennd-user" to "end-user"

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

## Related issues or tickets
#22692
<!-- 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-06-02 08:14:15 +01:00
Arthur 9eff1ba5fc
theme: extract more styles (#22734)
Extract shared styling into appropriate utilities.
Improve toc width.
2025-05-30 09:20:56 -07:00
Sebastiaan van Stijn e055c79847
engine: add redirects for old URLs
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-05-30 18:18:27 +02:00
Paweł Gronowski 50bb2e0a65
engine: 28.2.2
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-05-30 15:53:28 +02:00
Arthur dc01252b40
dmr: update install instructions (#22732) 2025-05-30 13:56:38 +01:00
Sebastiaan van Stijn 585669452b
get-started: update link to training to avoid redirect
Looks like this page moved

    curl -sI https://www.docker.com/resources/trainings/ | grep location:
    location: /trainings/

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-05-30 13:15:04 +02:00
Sebastiaan van Stijn 2c90601347
Merge pull request #22717 from vvoland/docker-28.2.1
Docker 28.2.1
2025-05-30 10:19:52 +02:00
David Scott bfff5e0b33
Merge pull request #22721 from djs55/wsl2-version
update Docker Desktop minimum WSL 2 version to 2.1.5
2025-05-30 08:24:51 +01:00
Paweł Gronowski 9023d51e4f
docker: 28.2.1
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-05-29 17:07:24 +02:00
uday 61d245a117
Merge pull request #22458 from udqy/patch-1
docs: Correct package manager usage in uninstall guide
2025-05-29 09:53:42 +01:00
Paweł Gronowski 41ad7dcd74
content: docker 28.2.0
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-05-28 21:00:59 +02:00
Sebastiaan van Stijn a0d35c4325
engine/api: add missing API version for v28.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-05-28 21:00:55 +02:00
Sebastiaan van Stijn 077f316b3e
engine: 28.2.0 (#22660)
<!--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-05-28 20:30:22 +02:00
Sergei Shitikov d89e8383ce
Update Laravel guide (bump to Laravel 12 and php 8.4) (#22699)
<!--Delete sections as needed -->

## Description

Introduces small update of the Laravel framework guide (bump versions to
the latest Laravel 12 and php 8.4 + updates the related examples repo -
the fork needs to be synced).

## Related issues or tickets

#21268 

## Reviews

<!-- Notes for reviewers here -->
As was discussed on the last docs meeting, to simplify the process the
review will be sent to the one of Docker Captains first.
@igor-alexandrov @ajeetraina 

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-05-28 11:15:14 -07:00
Paweł Gronowski 48faaa886a
engine: 28.2.0
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-05-28 18:48:20 +02:00
CrazyMax 5ad9cd6185
Merge pull request #22689 from crazy-max/buildx-0.24.0-release-notes
build: buildx 0.24.0 release notes
2025-05-28 10:49:53 +02:00
CrazyMax d4f61ead66
Merge pull request #22690 from crazy-max/dockerfile-0.16.0-release-notes
build: dockerfile v0.16.0 release notes
2025-05-28 10:48:03 +02:00
CrazyMax 12adfb5d80
build: fix build release notes
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-05-28 10:45:37 +02:00
CrazyMax 13ef5b6633
build: buildx 0.24.0 release notes
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-05-28 10:45:16 +02:00
CrazyMax b29bf9de60
Merge pull request #22686 from crazy-max/build-fix-gha-cache-url
build: fix defaults for gha cache url
2025-05-28 10:43:19 +02:00
CrazyMax 120fd14db9
buildx: fix dockerfile release notes
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-05-28 10:42:18 +02:00
Arthur 038e6dc682
chore: update Tailwind to v4 (#22666)
- Extract classes to utilities and components.
- Reduce number of colors used.
- Harmonize button colors.
- Restyle admonitions.
- Move **Page options** button to main article.
- Various color tweaks.
2025-05-28 08:37:10 +01:00
Kristiyan Velkov f23f120cd6
docs: added a guide for Dockerized Angular 19 application (#22535)
This PR introduces a comprehensive, language-specific guide for
containerizing Angular applications using Docker, aimed at helping
developers streamline development, testing, and deployment workflows. It
includes practical steps and examples to set up CI/CD pipelines using
GitHub Actions, aligning with modern DevOps best practices.

**What’s Included**

- Step-by-step instructions to containerize Angular apps using Docker
- Configuration for a local development environment inside containers
- Guidance on running unit tests (Karma/Jasmine) inside Docker
containers
- Full CI/CD pipeline setup using GitHub Actions for automated builds
and deployments
- Deployment instructions for a local Kubernetes cluster to validate
production readiness

**Credits**
[Kristiyan
Velkov](https://www.linkedin.com/in/kristiyan-velkov-763130b3/), Docker
Captain and experienced Front-end Engineer
2025-05-27 14:46:31 -07:00
nkmryu b3280b168c
Doc: correct typo in DockerDesktopClient entrypoint reference (#22701)
<!--Delete sections as needed -->

## Description
Fix typo `DockerDesktopCLient` -> `DockerDesktopClient`


<!-- 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-27 08:12:33 +01:00
bri d84f2245e3
Merge pull request #22662 from b-/patch-1
Remove quotes from octal value in reference/compose-file/services.md
2025-05-27 08:06:40 +01:00
Igor Martynyuk f830087f22
Update outdated url to ubuntu source code (#22626)
<!--Delete sections as needed -->

## Description

I set a new URL for the source code because the old ones refer to the
commit of the file, which is not used now, because Ubuntu for Docker is
built from livecd scripts.

## 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

---------

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Co-authored-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Co-authored-by: Tianon Gravi <admwiggin@gmail.com>
2025-05-26 18:16:59 +02:00
Craig Osterhout 726b57a2ac
registry: add reference (#22497)
<!--Delete sections as needed -->

## Description

Re-add registry reference from point in time of deletion at
https://github.com/docker/docs/pull/18390, not upstream.


https://deploy-preview-22497--docsdocker.netlify.app/reference/api/registry/latest/

https://deploy-preview-22497--docsdocker.netlify.app/reference/api/registry/auth/

## Related issues or tickets

ENGDOCS-2577

## Reviews

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

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

---------

Signed-off-by: Craig <craig.osterhout@docker.com>
Co-authored-by: sheltongraves <148902861+sheltongraves@users.noreply.github.com>
Co-authored-by: Sarah Sanders <sarah.sanders@docker.com>
2025-05-23 10:34:20 -07:00
Guillaume Lours d757ce6a10
release-notes for Compose v2.36.2 version (#22695)
<!--Delete sections as needed -->

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

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

## 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-05-23 16:37:12 +01:00
CrazyMax 69fb24d7ff
build: dockerfile v0.16.0 release notes
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-05-22 14:38:18 +02:00
CrazyMax d810fe0898
build: fix defaults for gha cache url
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-05-22 14:01:40 +02:00
Allie Sadler a21a04f515
desktop msi: add additional example (#22679)
<!--Delete sections as needed -->

## Description

We have this flag in the table, but had a request to make more prominent
as an example

## 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-22 08:06:56 +01:00
Sarah Sanders c31a3437e9
update: VAT faq and callouts (#22678)
## Description
- Updated FAQ and callouts to include UK VAT collection date, May 1 2025

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

## Reviews
- [ ] Editorial review
2025-05-21 16:20:02 -04:00
Arthur 5b0705f84b
chore: fix missing card in AI section (#22677) 2025-05-21 13:46:45 +02:00
Sebastiaan van Stijn 196062f3a1
remove references to EOL distros and images (#22674)
- replace some examples using EOL alpine versions
- replace some examples using EOL ubuntu versions

<!--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: Sebastiaan van Stijn <github@gone.nl>
2025-05-21 07:52:04 +01:00
Sebastiaan van Stijn 21a5f64c7f
engine: install: remove Ubuntu 20.04, Fedora 40 (EOL) (#22675)
Ubuntu 20.04 and Fedora 40 reached EOL, so remove mentions of it in the
installation docs.

<!--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: Sebastiaan van Stijn <github@gone.nl>
2025-05-21 07:50:36 +01:00
Sarah Sanders 45ccab3f61
Merge pull request #22670 from sarahsanders-docker/get-started-content
get started: add troubleshooting callout
2025-05-20 12:43:33 -04:00
CrazyMax f0dda07dba
Merge pull request #22671 from crazy-max/build-fix-provenance
build: provenance is minimal by default
2025-05-20 18:40:41 +02:00
sarahsanders-docker e9ff3f26d6 update new UI 2025-05-20 11:12:49 -04:00
CrazyMax b147e9006b
build: provenance is minimal by default
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-05-20 17:10:33 +02:00
Arthur 6be55cd0d6
dmr: docker model package (#22663)
<!--Delete sections as needed -->

## Description

Add `docker model package`

<!-- 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) -->

- [X] Technical review
- [X] Editorial review
- [ ] Product review
2025-05-19 15:46:10 +02:00
Guillaume Lours 91eaa59ab8
release-notes for Compose v2.36.1 version (#22665)
<!--Delete sections as needed -->

## Description
Add Compose `v2.36.1` release notes.

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

## 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-19 14:35:28 +01:00
Allie Sadler f4f1a45ec9
Desktop: troubleshoot addition (#22656)
<!--Delete sections as needed -->

## Description

request from support
https://docker.atlassian.net/browse/SEG-940?linkSource=email

## 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-19 07:36:44 +01:00
Sarah Sanders aa523eecd3
fix: remove unknown statuses (#22652)
## Description
- These statuses aren't needed in docs, they don't really occur in
practice

## Related issues or tickets

https://docker.atlassian.net/browse/ENGDOCS-2598?atlOrigin=eyJpIjoiODRlNWY3NDFmMDA3NDM1NDlkNWRjMWExMjFhYWRiOGQiLCJwIjoiaiJ9

## Reviews
- [ ] Editorial review 
- [ ] Product review @ajthilakan
2025-05-16 11:20:09 -04:00
Sarah Sanders 287a9eff13
Merge pull request #22647 from sarahsanders-docker/SCIM
security: improve SCIM intro
2025-05-16 11:19:47 -04:00
Allie Sadler 4fd64ac50b
Compose: spec updates (#22655)
<!--Delete sections as needed -->

## Description

Spec updates on the new attributes released last week (plus some extra -
adds https://github.com/docker/compose/pull/12769 )

## 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-16 14:24:04 +01:00
Allie Sadler 50bd730573
dmr hugging face addition (#22526)
<!--Delete sections as needed -->

## Description

Add ability to pull from Hugging Face

## 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-16 09:57:07 +02:00
Allie Sadler 620d654708
security: update sec announcements with latest CVE fixes (#22648)
<!--Delete sections as needed -->

## Description

As per https://docker.atlassian.net/browse/ENGDOCS-2608

## 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-16 07:32:41 +01:00
Andreas Heck fddfedc2b7
Fix the incorrect info to use a space between orgs for registry signi… (#22649)
…n enforcement

## Description

We currently tell users to use a space between orgs when enforcing
sign-in with multiple orgs via Windows registry. This is just not true.
Multiple orgs have to be separated by being on multiple lines. Otherwise
it will not work.

## Related issues or tickets

https://docker.atlassian.net/browse/DDB-227

## Reviews

@aevesdocker

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

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-05-15 14:01:55 +01:00
David Scott 2884f735ca
troubleshooting: mention specific HCS_E_HYPERV_NOT_INSTALLED error code (#22645)
<!--Delete sections as needed -->

## Description

Improve the troubleshooting docs for Desktop, inspired by tickets like
https://github.com/docker/for-win/issues/14743

The troubleshooting contains the relevant info, but this PR

- explicitly mentions a common error code (hopefully helping people find
this advice)
- emphasises that, in WSL 2 mode, WSL 2 commands must be working before
Docker Desktop can start
- highlight a common scenario where an android emulator is installed
which disables Hyper-V (because it uses a conflicting hypervisor)

The structure is currently

- WSL 2 only
- Hyper-V only
- Common to both

So add links to the WSL 2 section to the common section to make sure
people realise it's relevant.

## 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: David Scott <dave.scott@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-05-15 13:19:59 +01:00
Arthur 0c69fcb08e
DMR: clarify base urls (#22623)
<!--Delete sections as needed -->

## Description

Clarify base urls, reorder examples by order of importance.

## Related issues or tickets

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

## Reviews

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

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

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-05-15 12:39:32 +02:00
Arthur 446850c1c1
troubleshooting: remove docker feedback cli (#22644)
<!--Delete sections as needed -->

## Description

`docker feedback` doesn't exit anymore.

<!-- 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-15 12:38:55 +02:00
Sarah Sanders aca7feed7b
security: add settings reference (#22625)
## Description
- Add a settings reference for a source of truth for Settings Management
and Docker Desktop settings
- Improved other Settings Management docs to link to reference and make
steps simpler
- Added hardened security recommendations to reference

*Ignore vale error*

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

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

---------

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2025-05-14 14:53:46 -07:00
Sarah Sanders 0a744f3846
billing: fix 404 (#22638)
## Description
- Found a 404 during triage, added redirect

## Related issues or tickets

https://docker.atlassian.net/browse/ENGDOCS-2618?atlOrigin=eyJpIjoiZmVkNzliNzdhZDI2NDk0NWFlNmVmOWU2ZDJmOTdjMjciLCJwIjoiaiJ9

## Reviews
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-05-14 14:46:49 -04:00
Sarah Sanders 887fcd2e2b
desktop: add faq for MDMs (#22630)
## Description
- Adds FAQ for MDMs, specifically about needing to deploy settings in
separate files

## Related issues or tickets
- https://docker.slack.com/archives/C04300R4G5U/p1747051871059429
- https://docker.atlassian.net/browse/ENGDOCS-2613
- 
## Reviews
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-05-14 14:46:29 -04:00
sheltongraves fd2f88e908
Update access.md (#22505)
Added Gated Distribution information to docs page.

<!--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: Craig <craig.osterhout@docker.com>
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
Co-authored-by: Craig <craig.osterhout@docker.com>
2025-05-14 10:26:38 -07:00
Sebastiaan van Stijn 2b68133dc9
Merge pull request #22635 from ArthurFlag/ENGDOCS-2616-add-new-os-versions
engine: add new supported versions
2025-05-14 15:23:36 +02:00
ArthurFlag 7cc91f6dd0 engine: add new supported versions 2025-05-14 14:47:26 +02:00
Andrey Sobolev 8764eac285
Fix link to docs in Annotations manual 2025-05-14 13:55:07 +03:00
sheltongraves b64d612c4d
Merge pull request #22491 from sheltongraves/patch-13
Update roles-and-permissions.md
2025-05-13 16:26:10 -04:00
CrazyMax a8a9d13fde
Merge pull request #22619 from crazy-max/build-cache-to-registry
build: image-manifest enabled by default for cache export
2025-05-13 11:51:05 +02:00
sheltongraves 3514b18fc9
Create immutable-tags.md (#22608)
Adding a new page for immutable tags feature. I was thinking it would go
in Docker Hub -> Repositories -> Images. But open to your discretion of
the best place for it.

<!--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: Craig <craig.osterhout@docker.com>
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
Co-authored-by: Craig <craig.osterhout@docker.com>
2025-05-12 11:38:30 -07:00
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
CrazyMax 778b2184ef
build: image-manifest enabled by default for cache export
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-05-12 13:44:14 +02: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 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
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
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