Commit Graph

64849 Commits

Author SHA1 Message Date
Paweł Gronowski
8b0d99df87 vendor: github.com/moby/moby v28.2.1
full diff: https://github.com/moby/moby/compare/v28.2.0...v28.2.1

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-05-29 12:22:35 +02:00
Paweł Gronowski
47a59e7dbb vendor: github.com/moby/moby v28.2.0
full diff: https://github.com/moby/moby/compare/v28.1.0-rc.2...v28.2.0

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-05-28 21:01:03 +02:00
Paweł Gronowski
cc7198265e vendor: github.com/docker/cli v28.2.0
full diff: https://github.com/docker/cli/compare/v28.1.1...v28.2.0

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-05-28 21:01:01 +02:00
Paweł Gronowski
fae74c20cf data/engine-cli: update to 28.2.0
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-05-28 21:01:00 +02: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
Paweł Gronowski
ccd1ef9dd9 hugo: docker 28.2.0
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-05-28 21:00:57 +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
Arthur
a6f8367968 fix: increase codeblock title contrast (#22713) 2025-05-28 09:11:25 -04:00
Arthur
a746d0b1f7 add snippet file (#22711) 2025-05-28 12:31:16 +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
5fd8817722 Merge pull request #22687 from crazy-max/buildkit-0.22.0
Update buildkit reference to v0.22.0
2025-05-28 10:46:28 +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
Arthur
ff5ddcfbf3 add: mcp redirect (#22693)
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-05-23 11:56:07 +02: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
12db8ef180 Update buildkit reference to v0.22.0
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-05-22 14:19:41 +02:00
CrazyMax
194dfb69b8 Merge pull request #22682 from docker-tools-robot/dispatch/buildx-ref-v0.24.0
Update buildx reference to v0.24.0
2025-05-22 14:15:48 +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
Craig Osterhout
db322b21c1 cloud: add vanity link (#22683)
<!--Delete sections as needed -->

Added cloud vanity link for in-app DD link.
VDI page content will be updated soon for beta in 4.42 release.


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

- [ ] Editorial review

Signed-off-by: Craig <craig.osterhout@docker.com>
2025-05-21 13:22:12 -07: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
crazy-max
1d05dbda71 vendor: github.com/docker/buildx v0.24.0
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-21 16:27:48 +00: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
Sarah Sanders
db5066e1ee Merge pull request #22672 from sarahsanders-docker/admin-console-settings-ui
cx: update UI steps
2025-05-20 11:35:36 -04: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
Andrey Sobolev
ed275b6a10 Fix link to release note for Compose model runner feature (#22668)
## Description

This pull request fixes a stale link to compose release notes in the
"Use Docker Model Runner" manual.
https://docs.docker.com/compose/how-tos/model-runner/

https://github.com/duffuniverse/docs/blob/main/content/manuals/compose/how-tos/model-runner.md
2025-05-19 16:16:06 +01: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