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
Display the source diff
Display the rich diff
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 Desktop now accepts certificates with negative serial number.
59
+
- Re-enable `seccomp` for containers
60
+
- Fixed a bug that caused Docker Desktop to hang when it ran out of memory.
61
+
- Block `io_uring` syscalls in containers.
62
+
- Added support for pulling models from Docker Hub directly, simplifying the process of accessing and using models.
63
+
- Docker Desktop now sets the disk usage limit to the size of the physical disk on fresh install and reset to defaults on Mac and Linux.
64
+
- The maximum disk size in the settings UI to align with the full capacity of the host file system.
65
+
- The **Models** section in the **Dashboard** now has a Docker Hub tab that lists models under the `ai` namespace.
66
+
- Improved the Sign-In Enforcement message when more than 10 organizations are enforced.
67
+
- Changed the way ports are mapped by Docker Desktop to fully support IPv6 ports.
68
+
69
+
#### For Mac
70
+
71
+
- Fixed a bug where the disk would always have a minimum usage limit of 64GB when using Docker VMM.
72
+
- Disabled the memory protection keys mechanism in the Docker Desktop Linux VM. This caused VS Code Dev Containers to not work properly. See [docker/for-mac#7667](https://github.com/docker/for-mac/issues/7667).
73
+
- Fixed persistent volume claims under Kubernetes. Fixes [docker/for-mac#7625](https://github.com/docker/for-mac/issues/7625).
74
+
- Fixed a bug where the VM failed to start using Apple virtualization.framework.
75
+
76
+
#### For Windows
77
+
78
+
- Fixed a bug in Enhanced Container Isolation on Windows WSL, where files with hardlinks inside containers had `nobody:nogroup` ownership.
79
+
- Fixed a bug that caused Docker Desktop to crash. Related to [docker/for-win#14782](https://github.com/docker/for-win/issues/14782).
80
+
- Fixed a bug that caused `The network name cannot be found` error when starting with WSL 2. Fixes [docker/for-win#14714](https://github.com/docker/for-win/issues/14714).
81
+
- Fixed an issue where Docker Desktop would not remove entries in the hosts file when uninstalling.
82
+
- Fixed an issue when reading auto-start registry key for some system languages. Fixes [docker/for-win#14731](https://github.com/docker/for-win/issues/14731).
83
+
84
+
### Known issues
85
+
86
+
#### For Windows
87
+
88
+
- Running containers with Wasm will hang sporadically. See [docker/for-mac#7666](https://github.com/docker/for-mac/issues/7666).
0 commit comments