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
+42Lines changed: 42 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,48 @@ 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).
- Fixed a bug causing `docker start` to drop the container's port mappings for a container already running.
54
+
- Fixed a bug that prevented container ports to be displayed on the GUI when a container was re-started.
55
+
- Fixed a bug that caused Docker API `500 Internal Server Error for API route and version` error application start.
56
+
- The dashboard's settings screen's "Apply & restart" button is now labeled "Apply" when clicking it will not restart the VM.
57
+
- Fixed a bug where the disk would be corrupted if Docker is shutdown during a `fsck`.
58
+
- Fixed a bug causing an incorrect `~/.kube/config` in WSL2 when using a `kind` kubernetes cluster.
59
+
- Return an explicit error to a Docker API / `docker` CLI command if Docker Desktop has been manually paused.
60
+
- Fixed an issue where unknown keys in Admin and Cloud settings caused a failure.
61
+
62
+
#### For Linux
63
+
64
+
- Bump `virtiofsd` to `1.13.1`.
65
+
66
+
#### For Mac
67
+
68
+
- Removed `eBPF` which blocked `io_uring`. To enable `io_uring` in a container, use `--security-opt seccomp=unconfined`. Fixes [docker/for-mac#7707](https://github.com/docker/for-mac/issues/7707).
69
+
70
+
#### For Windows
71
+
72
+
- Fixed an issue that caused Docker Desktop installer to crash when the current user has no `SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall` registry key.
0 commit comments