Commit Graph

64931 Commits

Author SHA1 Message Date
karman d8640994dc
update wsl minimum version (#22764)
<!--Delete sections as needed -->

## Description

In line with this change https://github.com/docker/docs/pull/22721,
updating other references to the older version of WSL.

<!-- 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-06-04 10:29:00 +01:00
Arthur b3341720ff
fix: incorrect redirection (#22762) 2025-06-04 10:43:42 +02:00
Arthur cd5757d65a
DMR: add Docker CE base urls (#22760)
Co-authored-by: Kevin Wittek <kiview@users.noreply.github.com>
2025-06-04 10:42:44 +02:00
Sarah Sanders 0abb2cf4c9
Merge pull request #22735 from thaJeztah/engine_redirects
engine: add redirects for old URLs
2025-06-03 17:14:59 -04:00
Sarah Sanders 0c151dcfdf
fix: netlify builds (#22757)
## Description
- Fixes broken Netlify builds

## Reviews
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-06-03 22:26:55 +02:00
Arthur 2eb9629370
fix: do not use liquid (#22756) 2025-06-03 13:09:23 -04:00
CrazyMax f71b51ee7e
Merge pull request #22755 from crazy-max/ci-gha-cache-rm
ci: remove gha cache exports
2025-06-03 18:54:32 +02:00
CrazyMax 7096b4c096
ci: remove gha cache exports
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-06-03 17:42:36 +02:00
Arthur f18151f86c
DMR: plugin install (#22664)
<!--Delete sections as needed -->

## Description

Add DMR Docker Engine plugin install cmd.

## 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
- [ ] Editorial review
- [ ] Product review

---------

Co-authored-by: Jacob Howard <jacob@xenoscopic.com>
2025-06-03 11:38:48 +02:00
CrazyMax 4678e937a1
fix go modules (#22752)
## Description

Go mod is currently in broken state:

```
# get https://proxy.golang.org/github.com/docker/cli/@v/v28.2.1+incompatible.zip
# get https://proxy.golang.org/github.com/moby/moby/@v/v28.2.1+incompatible.zip: 200 OK (0.042s)
# get https://proxy.golang.org/github.com/docker/cli/@v/v28.2.1+incompatible.zip: 200 OK (0.128s)
verifying github.com/moby/moby@v28.2.1+incompatible: checksum mismatch
	downloaded: h1:UYmHExYP8S0uGKDozhYw7RJ+LpANL51g4fa3qT0Q2GA=
	go.sum:     h1:UYmHExYP8S0uGKDozhYw7RJ+LpANL51g4fa3qT0Q2GA=+

SECURITY ERROR
This download does NOT match an earlier download recorded in go.sum.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

For more information, see 'go help module-auth'.
```

Seems related to this merge commit:
[f328984](2645703e0f)

Fixed it by rebuilding the `go.sum` with:

```
rm -f go.sum && make vendor
```

## 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-06-03 11:09:43 +02:00
Rob Murray 62d250966b
New engine options, "allow-direct-routing" and "trusted_host_interfaces" (#22601)
## Description

~**This update is for moby 28.2.0 - do not merge until it ships.**~ -
28.2 has shipped now.

Add description for daemon option `--allow-direct-routing` and network
option `com.docker.network.bridge.trusted_host_interfaces`.

## Related issues or tickets

https://github.com/moby/moby/pull/49832

## Reviews

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

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

Signed-off-by: Rob Murray <rob.murray@docker.com>
2025-06-03 10:35:15 +02:00
EmilioRivera 9fd335a3d6
Fix docker compose release notes heading for release 2.36.2 (#22750)
## Description

Heading for release 2.36.2 showed 2.36.1

## Reviews

- [ ] Technical review
- [X] Editorial review
- [ ] Product review
2025-06-03 07:58:00 +01:00
Arthur a7455450fe
dmr: update instruction for windows (#22746)
Incorporate feedback from user on windows.
2025-06-02 17:10:05 +02:00
Arthur 95e0488ed7
fix: remove duplicated card (#22747)
Remove duplicated card on Security index. (feedback)
2025-06-02 14:52:21 +01:00
Sebastiaan van Stijn 0c2f5fce4c
Merge pull request #22742 from robmry/moby_relnotes_fix_trusted_interfaces
Fix 28.2.0 rel notes, trusted_interfaces separator ':' not space
2025-06-02 11:28:09 +02:00
Rob Murray 1811cb2c78 Fix 28.2.0 rel notes, trusted_interfaces separator ':' not space
Signed-off-by: Rob Murray <rob.murray@docker.com>
2025-06-02 10:06:35 +01:00
CrazyMax 5516d06d3c
model-cli reference docs (#22681)
## Description

Adds model-cli reference docs.

## Related issues or tickets

* https://github.com/docker/model-cli/pull/62
* https://github.com/docker/model-cli/pull/69

## 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>
Co-authored-by: ArthurFlag <arthur.flageul@docker.com>
2025-06-02 10:11:37 +02:00
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 585e4cb1ba
Merge pull request #22728 from thaJeztah/update_trainings_link
get-started: update link to training to avoid redirect
2025-05-30 14:15:46 +02: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
Arthur 1686e58dd1
fix: various theme improvements (#22725)
Harmonize various areas of the theme.
2025-05-30 11:57:20 +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
Craig Osterhout 3a609cdfa3
fix mailto links (#22715)
<!--Delete sections as needed -->

## Description

Fix mailto links to work with the following syntax:

`[email me](mailto:example@example.com)`

Can verify at
https://deploy-preview-22715--docsdocker.netlify.app/desktop/enterprise/

## Related issues or tickets

https://docker.slack.com/archives/C039ZM6GH4Z/p1748022452990369

## Reviews

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

- [ ] Editorial review

Signed-off-by: Craig <craig.osterhout@docker.com>
2025-05-29 07:23:20 -07:00
Paweł Gronowski f0bc3a81e4
vendor: github.com/docker/cli v28.2.1
full diff: https://github.com/docker/cli/compare/v28.2.0...v28.2.1

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-05-29 12:24:37 +02:00
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
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
Sebastiaan van Stijn 692000731f
Merge pull request #22716 from vvoland/docker-28.2.0
Docker 28.2.0
2025-05-28 21:10:41 +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