Commit Graph

2926 Commits

Author SHA1 Message Date
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