You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manuals/desktop/release-notes.md
+51Lines changed: 51 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,57 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
27
27
>
28
28
> 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).
- Fixed a bug where access tokens generated by the `docker login` web flow could not be refreshed by Docker Desktop.
57
+
- Fixed a bug where container creation via the Docker API using `curl` was failing when [Enhanced Container Isolation](/manuals/security/for-admins/hardened-desktop/enhanced-container-isolation/_index.md) is enabled.
58
+
- Fixed a bug where the RAM policy was not refreshed after the refresh period had elapsed.
59
+
- Fixed a bug in Enhanced Container Isolation when mounting the Docker socket into a container, and then creating Docker containers with bind-mounts from within that container.
60
+
- Fixed a bug where config profiles deployed via Workspace One were ignored
61
+
- Fixed an issue that caused a discrepancy between the GUI and the CLI, the former forcing the `0.0.0.0` HostIP in port-mappings. This was causing default binding IPs configured through Engine's `ip` flag, or through the bridge option `com.docker.network.bridge.host_binding_ipv4` to not be used.
- Fixes a bug in Docker VMM where bind-mounts from non-root volumes would not work as expected.
67
+
- Fixed an issue that caused startup failures on systems without IPv6. Fixes [docker/for-mac#14298](https://github.com/docker/for-win/issues/14298)
68
+
- Fixed a bug that caused Docker Desktop to hang. See [docker/for-mac#7493](https://github.com/docker/for-mac/issues/7493#issuecomment-2568594070).
69
+
- Fixed an issue where the uninstaller would fail if the settings file is missing.
70
+
71
+
#### For Windows
72
+
73
+
- The Docker Desktop installer will now present a UAC prompt when launched.
74
+
- Fixed an issue where Docker Desktop would fail to start for data disks created with old WSL versions that shared the same identifier as other WSL distros.
75
+
- Docker Desktop now restarts when WSL integration settings are changed. This ensures proper setup of WSL integration when using Enhanced Container Isolation.
76
+
77
+
#### For Linux
78
+
79
+
- Added support for gvisor networking. Users with an incompatible version of qemu (8.x) will stay on qemu networking, and others will be migrated automatically.
0 commit comments