Skip to content

Commit fea83f1

Browse files
Docker Desktop 4.44.0 release notes (#23173)
<!--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 --------- Co-authored-by: aevesdocker <[email protected]> Co-authored-by: Allie Sadler <[email protected]>
1 parent b3a79c9 commit fea83f1

File tree

2 files changed

+70
-1
lines changed

2 files changed

+70
-1
lines changed

content/manuals/desktop/release-notes.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,69 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
3131
>
3232
> If you're experiencing malware detection issues on Mac, follow the steps documented in [docker/for-mac#7527](https://github.com/docker/for-mac/issues/7527).
3333
34+
## 4.44.0
35+
36+
{{< release-date date="2025-08-07" >}}
37+
38+
{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.44.0" build_path="/201307/" >}}
39+
40+
### New
41+
42+
- WSL 2 stability improvements.
43+
- You can now inspect requests and responses to help you diagnose model-related issues in Docker Model Runner.
44+
- Added the ability to run multiple models and receive a warning on insufficient resources. This avoids Docker Desktop freezing when using big models.
45+
- Added new MCP clients to the MCP Toolkit: Gemini CLI, Goose.
46+
- Introduced `--gpu` (Windows only) and `--cors` flags for `docker desktop enable model-runner`.
47+
- Added a new `docker desktop kubernetes` command to the Docker Desktop CLI.
48+
- You can now search for specific configuration options within **Settings**.
49+
- Apple Virtualization is now the default VMM for better performance and QEMU Virtualization is removed. See [blog post](https://www.docker.com/blog/docker-desktop-for-mac-qemu-virtualization-option-to-be-deprecated-in-90-days/).
50+
- Performance and stability improvements to the DockerVMM.
51+
52+
### Upgrades
53+
54+
- [Docker Compose v2.39.1](https://github.com/docker/compose/releases/tag/v2.39.1)
55+
- [Docker Buildx v0.26.1](https://github.com/docker/buildx/releases/tag/v0.26.1)
56+
- [Docker Engine v28.3.2](https://docs.docker.com/engine/release-notes/28/#2832)
57+
- [Docker Scout CLI v1.18.2](https://github.com/docker/scout-cli/releases/tag/v1.18.2)
58+
- [Docker Model CLI v0.1.36](https://github.com/docker/model-cli/releases/tag/v0.1.36)
59+
- [Docker Desktop CLI v0.2.0](/manuals/desktop/features/desktop-cli.md)
60+
61+
### Security
62+
63+
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.
64+
65+
### Bug fixes and enhancements
66+
67+
#### For all platforms
68+
69+
- Fixed an issue pulling images with zstd differential layers when the containerd image store is enabled.
70+
- Fixed a bug causing containers launching with the `--restart` flag to not restart properly when using Enhanced Container Isolation.
71+
- Improved interaction between [Kubernetes custom registry images](/manuals/desktop/features/kubernetes.md#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.
72+
- 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.
73+
- 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.
74+
- Fixed a bug preventing the use of `--publish-all` when `--publish` was already specified.
75+
- Fixed a bug causing the **Images** view to scroll infinitely. Fixes [#7725](https://github.com/docker/for-mac/issues/7725).
76+
- Fixed a bug which caused the **Volumes** tab to be blank while in Resource Saver mode.
77+
- Updated terms of service text on first launch.
78+
- More robustness in parsing newly released GGUF formats.
79+
80+
#### For Mac
81+
82+
- Fixed disk corruption on DockerVMM when reclaiming disk space.
83+
- Fixed regression since 4.42.0 on DockerVMM by re-introducing performance boost on general usage.
84+
- 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/).
85+
- Fixed a bug preventing Traefik from autodetecting containers' ports. Fixes [docker/for-mac#7693](https://github.com/docker/for-mac/issues/7693).
86+
- Fixed a bug that caused port mappings to break when a container was connected to or disconnected from a network after it was started. Fixes [docker/for-mac#7693](https://github.com/docker/for-mac/issues/7693#issuecomment-3131427879).
87+
- 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).
88+
89+
#### For Windows
90+
91+
- Re-added `docker-users` group to the named pipe security descriptors.
92+
- Fixed an installer crash when the current user has no `SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall` registry key.
93+
- 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).
94+
- 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.
95+
- Fixed a typo in the WSL installation URL in the UI.
96+
3497
## 4.43.2
3598

3699
{{< release-date date="2025-07-15" >}}

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: CVE-2025-23266
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)