Skip to content

Commit f05f479

Browse files
committed
fixes
1 parent 528bb99 commit f05f479

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

content/manuals/desktop/release-notes.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
3737

3838
### New
3939

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.
4546

4647
### Upgrades
4748

@@ -56,14 +57,13 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
5657
#### For all platforms
5758

5859
- 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.
6061
- 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.
6262
- Enhanced log reading experience with advanced search capabilities and container-level filtering, enabling quicker debugging and troubleshooting.
6363
- 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.
6565
- 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.
6767
- Added kernel module `nft_fib_inet`, required for running firewalld in a Linux container.
6868

6969
#### For Mac
@@ -74,9 +74,15 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
7474

7575
#### For Windows
7676

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).
7878
- Fixed `Docker Desktop.exe` not showing version information after installation. Fixes [docker/for-win#14703](https://github.com/docker/for-win/issues/14703).
7979

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.
85+
8086
## 4.40.0
8187

8288
{{< release-date date="2025-03-31" >}}

0 commit comments

Comments
 (0)