Skip to content

Commit b8cb086

Browse files
lorenrhdjs55
andauthored
Docker Desktop 4.42.x release notes (#22708)
<!--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: Lorena Rangel <[email protected]> Co-authored-by: David Scott <[email protected]>
1 parent 6a940f3 commit b8cb086

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

content/manuals/desktop/release-notes.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,74 @@ 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.42.0
33+
34+
{{< release-date date="2025-06-04" >}}
35+
36+
{{< desktop-install-v2 all=true beta_win_arm=true version="4.42.0" build_path="/195023/" >}}
37+
38+
### New
39+
40+
- Expanded network compatibility with IPv6 support.
41+
- The Docker MCP Toolkit is now natively integrated into Docker Desktop.
42+
- Docker Model Runner is now available for Windows systems running on Qualcomm/ARM GPUs.
43+
- Added a **Logs** tab to the Models view so you can see the inference engine output in real time.
44+
- Gordon now integrates the MCP Toolkit, providing access to 100+ MCP servers.
45+
46+
### Upgrades
47+
48+
- [Docker Buildx v0.24.0](https://github.com/docker/buildx/releases/tag/v0.24.0)
49+
- [Docker Engine v28.2.2](https://docs.docker.com/engine/release-notes/28/#2822)
50+
- [Compose Bridge v0.0.20](https://github.com/docker/compose-bridge-binaries/releases/tag/v0.0.20)
51+
- [Docker Compose v2.36.2](https://github.com/docker/compose/releases/tag/v2.36.2)
52+
- [NVIDIA Container Toolkit v1.17.7](https://github.com/NVIDIA/nvidia-container-toolkit/releases/tag/v1.17.7)
53+
- [Docker Scout CLI v1.18.0](https://github.com/docker/scout-cli/releases/tag/v1.18.0)
54+
55+
### Bug fixes and enhancements
56+
57+
#### For all platforms
58+
59+
- Docker Desktop now accepts certificates with a negative serial number.
60+
- Re-enable `seccomp` for containers by default. Use `docker run --security-opt seccomp=unconfined` to disable seccomp for a container.
61+
- Fixed a bug that caused Docker Desktop to hang when it ran out of memory.
62+
- Block `io_uring` syscalls in containers.
63+
- Added support for pulling models from Docker Hub directly, simplifying the process of accessing and using models.
64+
- Docker Desktop now sets the disk usage limit to the size of the physical disk on fresh install and reset to defaults on Mac and Linux.
65+
- The maximum disk size in the settings UI now aligns with the full capacity of the host file system.
66+
- The **Models** view now has a **Docker Hub** tab that lists models under the `ai` namespace.
67+
- Improved the sign-in enforcement message when more than 10 organizations are enforced.
68+
- Changed the way ports are mapped by Docker Desktop to fully support IPv6 ports.
69+
- Fixed a bug in the Dashboard container logs screen causing the scrollbar to disappear as the mouse approaches.
70+
- [Enforced sign-in](../security/for-admins/enforce-sign-in) fixed for Teams subscription users.
71+
- `llama.cpp` server now supports streaming and tool calling in Model Runner.
72+
- Sign-in Enforcement capability is now available to all subscriptions.
73+
74+
#### For Mac
75+
76+
- Fixed a bug where the disk would always have a minimum usage limit of 64GB when using Docker VMM.
77+
- Disabled the memory protection keys mechanism in the Docker Desktop Linux VM. This caused VS Code Dev Containers to not work properly. See [docker/for-mac#7667](https://github.com/docker/for-mac/issues/7667).
78+
- Fixed persistent volume claims under Kubernetes. Fixes [docker/for-mac#7625](https://github.com/docker/for-mac/issues/7625).
79+
- Fixed a bug where the VM failed to start using Apple virtualization.framework.
80+
- Minimum version to install or update Docker Desktop on is now macOS Ventura 13.3.
81+
82+
#### For Windows
83+
84+
- Fixed a bug in Enhanced Container Isolation on Windows WSL, where files with hardlinks inside containers had `nobody:nogroup` ownership.
85+
- Fixed a bug that caused Docker Desktop to crash. Related to [docker/for-win#14782](https://github.com/docker/for-win/issues/14782).
86+
- Fixed a bug that caused `The network name cannot be found` error when starting with WSL 2. Fixes [docker/for-win#14714](https://github.com/docker/for-win/issues/14714).
87+
- Fixed an issue where Docker Desktop would not remove entries in the hosts file when uninstalling.
88+
- Fixed an issue when reading auto-start registry key for some system languages. Fixes [docker/for-win#14731](https://github.com/docker/for-win/issues/14731).
89+
- Fixed a bug where Docker Desktop was adding unrecognised /etc/wsl.conf `crossDistro` option which was causing WSL 2 to log an error. See [microsoft/WSL#4577](https://github.com/microsoft/WSL/issues/4577)
90+
- Fixed a bug where Docker Desktop failed to start on WSL 2.5.7 if another WSL distro is still using Linux cgroups v1. Fixes [docker/for-win#14801](https://github.com/docker/for-win/issues/14801)
91+
- Windows Subsystem for Linux (WSL) version 2.1.5 is now the minimum version required for proper functioning of Docker Desktop application
92+
93+
### Known issues
94+
95+
#### For Windows
96+
97+
- Running containers with Wasm will hang sporadically. See [docker/for-mac#7666](https://github.com/docker/for-mac/issues/7666).
98+
- On some machines Resource Saver will cause other WSL 2 distros to freeze. The workaround is to disable Resource Saver. See [docker/for-mac#14656](https://github.com/docker/for-win/issues/14656).
99+
32100
## 4.41.2
33101

34102
{{< release-date date="2025-05-06" >}}

0 commit comments

Comments
 (0)