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
+47Lines changed: 47 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,53 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
93
93
94
94
### New
95
95
96
+
- 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
97
+
- The Docker Desktop CLI is now generally available. We have added support to print logs and to update Docker Desktop from the CLI.
98
+
- Support multi-platform images via enabling users to pick a specific platform in `docker history`
99
+
- 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)
114
+
- 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.
115
+
- Fixed a bug that prevented Docker Desktop from entering Resource Saver again immediately after an engine restart.
116
+
-
117
+
118
+
#### For Mac
119
+
120
+
- 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).
121
+
- Added `/usr/share/misc/usb.ids` in the root mount namespace to fix `usbip`.
122
+
- Fixed an issue where the display of the CPU limit was capped at 8 when using DockerVMM.
123
+
- 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).
124
+
125
+
#### For Windows
126
+
127
+
- Fixed a bug that prevented `compose log` to steam when running apps in WSL.
128
+
- Fixed a bug where Paketo buildpacks failed with Enhanced Container Isolation when Docker Desktop uses WSL.
129
+
- Fixed a bug where the WSL2 integration would fail if WSL Version 1 distributions are installed.
130
+
131
+
#### For Linux
132
+
133
+
- The **Check for Updates** page now points to the latest available version available.
0 commit comments