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
+16-10Lines changed: 16 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -37,11 +37,12 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
37
37
38
38
### New
39
39
40
-
- Expanded IPv6 support to improve container connectivity
41
-
- Docker Model Runner on Windows machines with NVIDIA GPUs on board
42
-
- Docker Model Runner model push to Hub
43
-
- Compose support with Docker Model Runner
44
-
- TestContainers support with Docker Model Runner
40
+
- 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.
45
+
- MacOS QEMU Virtualization option deprecation.
45
46
46
47
### Upgrades
47
48
@@ -56,14 +57,13 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
56
57
#### For all platforms
57
58
58
59
- Fixed a bug in DockerVMM that caused an excessive number of open file handles on the host.
59
-
- Fixed an issue where Docker Desktop failed to start if the admin-settings.json didn't contain the optional `configurationFileVersion` configuration.
60
+
- Fixed an issue where Docker Desktop failed to start if the `admin-settings.json` file didn't contain the optional `configurationFileVersion` configuration.
60
61
- Fixed a bug that was causing outgoing UDP connections to be eagerly closed.
61
-
- Added support for local AI model management and chat interface in Docker Desktop for Mac and Windows. Users can now view, interact with, and manage local AI models through a new dedicated interface.
62
62
- Enhanced log reading experience with advanced search capabilities and container-level filtering, enabling quicker debugging and troubleshooting.
63
63
- Improved error messages when downloading Registry Access Management configuration.
64
-
- If Docker can't bind an ICMPv4 socket log an error and continue rather than quit.
64
+
- If Docker can't bind an ICMPv4 socket, it now logs an error and continues rather than quits.
65
65
- Enabled the memory protection keys mechanism in the Docker Desktop Linux VM, allowing containers like Oracle database images to run correctly.
66
-
- Fixed problem with containers accessing `/proc/sys/kernel/shm*` sysctls when [Enhanced Container Isolation](https://docs.docker.com/security/for-admins/hardened-desktop/enhanced-container-isolation/) is enabled on Mac, Windows Hyper-V, or Linux.
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
67
- Added kernel module `nft_fib_inet`, required for running firewalld in a Linux container.
68
68
69
69
#### For Mac
@@ -74,9 +74,15 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
74
74
75
75
#### For Windows
76
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).
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
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
79
80
+
### Known issues
81
+
82
+
#### For Windows
83
+
84
+
- 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