Skip to content

Commit a7be08a

Browse files
authoredApr 28, 2025
DD 4.41.0 release notes (#22468)
Docker Desktop 4.41.0 release notes
1 parent eda11f9 commit a7be08a

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed
 

‎content/manuals/desktop/release-notes.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,64 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
2929
>
3030
> 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).
3131
32+
## 4.41.0
33+
34+
{{< release-date date="2025-04-28" >}}
35+
36+
{{< desktop-install-v2 all=true beta_win_arm=true version="4.41.0" build_path="/190950/" >}}
37+
38+
### New
39+
40+
- Docker Model Runner is now available on Windows machines with NVIDIA GPUs.
41+
- You can now push models to Docker Hub with Docker Model Runner.
42+
- Added support for Docker Model Runner's model management and chat interface in Docker Desktop for Mac and Windows (on hardware supporting Docker Model Runner). Users can now view, interact with, and manage local AI models through a new dedicated interface.
43+
- Docker Compose and Testcontainers Java and Go now support Docker Model Runner.
44+
- Introducing Docker Desktop in the Microsoft App Store.
45+
- MacOS QEMU Virtualization option deprecation.
46+
47+
### Upgrades
48+
49+
- [Docker Engine v28.1.1](https://docs.docker.com/engine/release-notes/28.1/#2811)
50+
- [Docker Compose v2.35.1](https://github.com/docker/compose/releases/tag/v2.35.1)
51+
- [Docker Buildx v0.23.0](https://github.com/docker/buildx/releases/tag/v0.23.0)
52+
- [Docker Scout CLI v1.17.1](https://github.com/docker/scout-cli/releases/tag/v1.17.1)
53+
- [Compose Bridge v0.0.19](https://github.com/docker/compose-bridge-binaries/releases/tag/v0.0.19)
54+
55+
### Bug fixes and enhancements
56+
57+
#### For all platforms
58+
59+
- Fixed a bug in DockerVMM that caused an excessive number of open file handles on the host.
60+
- Fixed an issue where Docker Desktop failed to start if the `admin-settings.json` file didn't contain the optional `configurationFileVersion` configuration.
61+
- Fixed a bug that was causing outgoing UDP connections to be eagerly closed.
62+
- Enhanced log reading experience with advanced search capabilities and container-level filtering, enabling quicker debugging and troubleshooting.
63+
- Improved error messages when downloading Registry Access Management configuration.
64+
- If Docker can't bind an ICMPv4 socket, it now logs an error and continues rather than quits.
65+
- Enabled the memory protection keys mechanism in the Docker Desktop Linux VM, allowing containers like Oracle database images to run correctly.
66+
- Fixed a problem with containers accessing `/proc/sys/kernel/shm*` sysctls when [Enhanced Container Isolation](/manuals/security/for-admins/hardened-desktop/enhanced-container-isolation/_index.md) is enabled on Mac, Windows Hyper-V, or Linux.
67+
- Added kernel module `nft_fib_inet`, required for running firewalld in a Linux container.
68+
69+
#### For Mac
70+
71+
- Fixed a bug that caused high CPU usage. Fixes [docker/for-mac#7643](https://github.com/docker/for-mac/issues/7643).
72+
- Fixed multi-arch build issue with Rosetta on M3 Macs.
73+
- Fixed an issue where absence of `/Library/Application Support/com.docker.docker/` directory can cause failure to apply RAM policy restrictions.
74+
75+
#### For Windows
76+
77+
- The Windows `.exe` installer now includes improved handling of locked files. Fixes [docker/for-win#14299](https://github.com/docker/for-win/issues/14299) and [docker/for-win#14316](https://github.com/docker/for-win/issues/14316).
78+
- Fixed `Docker Desktop.exe` not showing version information after installation. Fixes [docker/for-win#14703](https://github.com/docker/for-win/issues/14703).
79+
80+
### Known issues
81+
82+
#### For all platforms
83+
84+
- If you have enforced sign-in using `desktop.plist` and also have a `registry.json`, sign-in will fail if the user belongs to an organization listed in `desktop.plist` but not to any organizations specified in `registry.json`. To resolve this, remove the `registry.json` file.
85+
86+
#### For Windows
87+
88+
- If multiple organizations are specified in the `allowedOrgs` Windows registry key using space-separated format, sign-in will fail and user will be logged out. As a workaround, specify each organization on a separate line in the registry key value.
89+
3290
## 4.40.0
3391

3492
{{< release-date date="2025-03-31" >}}

0 commit comments

Comments
 (0)