Skip to content

Commit f5fd97d

Browse files
authored
Merge pull request #22797 from docker/published-update
publish updates from main
2 parents 890b1b9 + d65261c commit f5fd97d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

content/manuals/desktop/features/kubernetes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ For example, in `kind` mode it requires the following images:
140140

141141
```console
142142
docker.io/kindest/node:<tag>
143+
docker.io/envoyproxy/envoy:<tag>
143144
docker.io/docker/desktop-cloud-provider-kind:<tag>
144145
docker.io/docker/desktop-containerd-registry-mirror:<tag>
145146
```
@@ -176,6 +177,7 @@ Docker Desktop will pull the images from:
176177

177178
```console
178179
my-registry:5000/kind-images/node:<tag>
180+
my-registry:5000/kind-images/envoy:<tag>
179181
my-registry:5000/kind-images/desktop-cloud-provider-kind:<tag>
180182
my-registry:5000/kind-images/desktop-containerd-registry-mirror:<tag>
181183
```

content/manuals/desktop/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
9292

9393
### Known issues
9494

95+
#### For all platforms
96+
97+
- This release contains a regression with `docker port`, resulting in "No host port found for host IP" errors when using testcontainers-node. See [testcontainers/testcontainers-node#818](https://github.com/testcontainers/testcontainers-node/issues/818#issuecomment-2941575369)
98+
9599
#### For Windows
96100

97101
- Running containers with Wasm will hang sporadically. See [docker/for-mac#7666](https://github.com/docker/for-mac/issues/7666).

0 commit comments

Comments
 (0)