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
+51-1Lines changed: 51 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,56 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
37
37
38
38
### New
39
39
40
+
- The Docker AI Agent offers deeper context on docker images, containers, and volumes, delivers faster support, and enables more user actions via the DD GUI and CLI
41
+
- The Docker Desktop CLI is now generally available. We have added support to print logs and to update Docker Desktop from the CLI.
42
+
- Support multi-platform images via enabling users to pick a specific platform in `docker history`
43
+
- Enables users to import and export a subset of multi-platform images
- Fixed an issue that caused clients other than the CLI and Desktop UI to see a delay of 3s whenever a container with port-mappings exists. See [docker/for-mac#7575](https://github.com/docker/for-mac/issues/7575)
58
+
- Fixed a bug in the ECI Docker socket permissions which was causing it to sometimes block Docker socket mounts on containers with allowed images, or images derived from allowed images.
59
+
- Fixed a bug that prevented Docker Desktop from entering Resource Saver again immediately after an engine restart.
60
+
-
61
+
62
+
#### For Mac
63
+
64
+
- Downgraded Linux kernel to `v6.10.14` to fix a bug in OpenJDK that causes Java containers to terminate due to cgroups controller misidentification. See [docker/for-mac#7573](https://github.com/docker/for-mac/issues/7573).
65
+
- Added `/usr/share/misc/usb.ids` in the root mount namespace to fix `usbip`.
66
+
- Fixed an issue where the display of the CPU limit was capped at 8 when using DockerVMM.
67
+
- Fixed an issue where startup hanged and the `com.docker.backend` process consumed 100% of the CPU. See [docker/for-mac#6951](https://github.com/docker/for-mac/issues/6951).
68
+
- Fixed a bug that caused all Java programs running on M4 Macbook Pro to emit a SIGILL error. See [docker/for-mac#7583](https://github.com/docker/for-mac/issues/7583).
69
+
- Block startup on macOS 15.4 beta 1 since starting VMs will cause the host to crash, see https://developer.apple.com/documentation/macos-release-notes/macos-15_4-release-notes#Virtual-Machines
70
+
71
+
#### For Windows
72
+
73
+
- Fixed a bug that prevented `compose log` to steam when running apps in WSL.
74
+
- Fixed a bug where Paketo buildpacks failed with Enhanced Container Isolation when Docker Desktop uses WSL.
75
+
- Fixed a bug where the WSL2 integration would fail if WSL Version 1 distributions are installed.
76
+
- Fixed a bug that caused some CLI plugins update to fail if WSL distributions were enabled.
77
+
78
+
#### For Linux
79
+
80
+
- The **Check for Updates** page now points to the latest available version available.
- Installing Docker Desktop via the PKG installer is now generally available.
41
91
- Enforcing sign-in via configuration profiles is now generally available.
42
92
- Docker Compose, Docker Scout, the Docker CLI, and Ask Gordon can now be updated independently of Docker Desktop and without a full restart (Beta).
@@ -1425,7 +1475,7 @@ This can be resolved by adding the user to the **docker-users** group. Before st
1425
1475
1426
1476
#### For Mac
1427
1477
1428
-
- Fixed a kernel panic on Apple silicon Macs with macOS version below 12.5. Fixes [docker/for-mac#6975](https://github.com/docker/for-mac/issues/6975).
1478
+
- Fixed a kernel panic on Apple Silicon Macs with macOS version below 12.5. Fixes [docker/for-mac#6975](https://github.com/docker/for-mac/issues/6975).
1429
1479
- Fixed a bug where Docker Desktop failed to start if invalid directories were included in `filesharingDirectories`. Fixes [docker/for-mac#6980](https://github.com/docker/for-mac/issues/6980).
1430
1480
- Fixed a bug where installer is creating root-owned directories. Fixes [docker/for-mac#6984](https://github.com/docker/for-mac/issues/6984).
1431
1481
- Fixed a bug where installer is failing on setting up the docker socket when missing `/Library/LaunchDaemons`. Fixes [docker/for-mac#6967](https://github.com/docker/for-mac/issues/6967).
0 commit comments