Skip to content

Commit 38b6d79

Browse files
committed
edits
1 parent 519b1fc commit 38b6d79

File tree

2 files changed

+21
-13
lines changed

2 files changed

+21
-13
lines changed

content/manuals/desktop/release-notes.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
3939

4040
### New
4141

42-
- Debugging Support (Request/Response tracing) in Model Runner.
43-
- Can now run multiple models and receive a warn on insufficient resources (avoid freezing using big models).
42+
- You can now inspect requests and responses to help you diagnose model-related issues in Docker Model Runner.
43+
- Added the ability to run multiple models and receive a warning on insufficient resources. This avoids Docker Desktop freezing when using big models.
4444
- Introduced `--gpu` (Windows only) and `--cors` flags for `docker desktop enable model-runner`.
4545

4646
### Upgrades
@@ -52,19 +52,22 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
5252
- [Docker Model CLI v0.1.36](https://github.com/docker/model-cli/releases/tag/v0.1.36)
5353
- [Docker Desktop CLI v0.2.0](/manuals/desktop/features/desktop-cli.md)
5454

55+
### Security
56+
57+
We are aware of [CVE-2025-23266](https://nvd.nist.gov/vuln/detail/CVE-2025-23266), a critical vulnerability affecting the NVIDIA Container Toolkit in CDI mode up to version 1.17.7. Docker Desktop includes version 1.17.8, which is not impacted. However, older versions of Docker Desktop that bundled earlier toolkit versions may be affected if CDI mode was manually enabled. Uprade to Docker Desktop 4.44 or later to ensure you're using the patched version.
58+
5559
### Bug fixes and enhancements
5660

5761
#### For all platforms
5862

5963
- Fixed an issue pulling images with zstd differential layers when the containerd image store is enabled.
60-
- Fixed a bug causing containers launched with the `--restart` flag to fail to restart properly when using Enhanced Container Isolation.
61-
- Improved interaction between [Kubernetes custom registry images](https://docs.docker.com/desktop/features/kubernetes/#configuring-a-custom-image-registry-for-kubernetes-control-plane-images) and Enhanced Container Isolation (ECI), so the [ECI Docker Socket image list](https://docs.docker.com/security/for-admins/hardened-desktop/enhanced-container-isolation/config/#image-list) no longer needs to be manually updated when using a custom registry for Kubernetes control plane images.
62-
- Fixed a bug where a Docker Desktop Kubernetes cluster (in "kind" mode) fails to start after restarting Docker Desktop if the user is required to be logged in but is currently logged out.
63-
64-
- Fixed a bug that prevented mounting of MCP secrets into containers when [Enhanced Container Isolation](https://docs.docker.com/security/for-admins/hardened-desktop/enhanced-container-isolation/) is enabled.
64+
- Fixed a bug causing containers launching with the `--restart` flag to not restart properly when using Enhanced Container Isolation.
65+
- Improved interaction between [Kubernetes custom registry images](/manuals/desktop/features/kubernetes/#configuring-a-custom-image-registry-for-kubernetes-control-plane-images) and Enhanced Container Isolation (ECI), so the [ECI Docker Socket image list](/enterprise/security/hardened-desktop/enhanced-container-isolation/config/#image-list) no longer needs to be manually updated when using a custom registry for Kubernetes control plane images.
66+
- Fixed a bug where a Docker Desktop Kubernetes cluster in kind mode fails to start after restarting Docker Desktop if the user is required to be signed in but is currently signed out.
67+
- Fixed a bug that prevented the mounting of MCP secrets into containers when [Enhanced Container Isolation](/enterprise/security/hardened-desktop/enhanced-container-isolation/) is enabled.
6568
- Fixed a bug preventing the use of `--publish-all` when `--publish` was already specified.
66-
- Fixed a bug causing images screen to scroll infinitely. Fixes [#7725](https://github.com/docker/for-mac/issues/7725).
67-
- Fixed blank Volumes page while on Resource Saver mode.
69+
- Fixed a bug causing the **Images** view to scroll infinitely. Fixes [#7725](https://github.com/docker/for-mac/issues/7725).
70+
- Fixed a bug which caused the **Volumes** tab to be blank while in Resource Saver mode.
6871
- Updated terms of service text on first launch.
6972

7073
#### For Mac
@@ -73,15 +76,14 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
7376
- Fixed regression since 4.42.0 on DockerVMM by re-introducing performance boost on general usage.
7477
- Removed QEMU hypervisor and switched to Apple Virtualization as the new default. See [blog post](https://www.docker.com/blog/docker-desktop-for-mac-qemu-virtualization-option-to-be-deprecated-in-90-days/).
7578
- Fixed a bug preventing Traefik from autodetecting containers' ports. Fixes [docker/for-mac#7693](https://github.com/docker/for-mac/issues/7693).
76-
- Remove eBPF which blocked `io_uring`. To enable `io_uring` in a container, use `--security-opt seccomp=unconfined`. Fixes [docker/for-mac#7707](https://github.com/docker/for-mac/issues/7707).
79+
- Removed eBPF which blocked `io_uring`. To enable `io_uring` in a container, use `--security-opt seccomp=unconfined`. Fixes [docker/for-mac#7707](https://github.com/docker/for-mac/issues/7707).
7780

7881
#### For Windows
7982

8083
- Re-added `docker-users` group to the named pipe security descriptors.
8184
- Fixed an installer crash when the current user has no `SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall` registry key.
8285
- Fixed a bug where Docker Desktop could leak a `com.docker.build` process and fail to start. Fixed [docker/for-win#14840](https://github.com/docker/for-win/issues/14840).
83-
- Fixed a bug that was preventing Docker Desktop Kubernetes in "kind" mode from starting when using WSL with `cgroups v1` and Enhanced Container Isolation (ECI) is enabled.
84-
86+
- Fixed a bug that was preventing Docker Desktop Kubernetes in kind mode from starting when using WSL with `cgroups v1` and Enhanced Container Isolation (ECI) is enabled.
8587

8688
## 4.43.2
8789

content/manuals/security/security-announcements.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ toc_min: 1
77
toc_max: 2
88
---
99

10-
## Docker Desktop 4.43.0 Security Update: CVE-2025-6587
10+
## Docker Desktop 4.44.0 security update:
11+
12+
_Last updated July 31, 2025_
13+
14+
We are aware of [CVE-2025-23266](https://nvd.nist.gov/vuln/detail/CVE-2025-23266), a critical vulnerability affecting the NVIDIA Container Toolkit in CDI mode up to version 1.17.7. Docker Desktop includes version 1.17.8, which is not impacted. However, older versions of Docker Desktop that bundled earlier toolkit versions may be affected if CDI mode was manually enabled. Upgrade to Docker Desktop 4.44 or later to ensure you're using the patched version.
15+
16+
## Docker Desktop 4.43.0 security update: CVE-2025-6587
1117

1218
_Last updated July 03, 2025_
1319

0 commit comments

Comments
 (0)