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
+58Lines changed: 58 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,64 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
29
29
>
30
30
> 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).
- 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.
- 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.
0 commit comments