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
+53Lines changed: 53 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,59 @@ 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 settings **Apply & restart** button is now labeled **Apply**. The VM is no longer restarted when applying changed settings.
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 the Docker Desktop installer to crash when the current user has no `SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall` registry key.
73
+
- Fixed a bug where Docker Desktop could leak a `com.docker.build` process and fail to start. Fixes [docker/for-win#14840](https://github.com/docker/for-win/issues/14840)
74
+
75
+
### Known issues
76
+
77
+
#### For all platforms
78
+
79
+
-`docker buildx bake` will not build images in Compose files with a top-level models attribute. Use `docker compose build` instead.
80
+
81
+
#### For Windows
82
+
83
+
- Possible incompatibility between the "host networking" feature of Docker Desktop and the most recent WSL 2 Linux kernel. If you encounter such issues, downgrade WSL 2 to 2.5.7.
0 commit comments