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
- The default disk usage limit for Docker Engine in new installations is now 1TB.
50
+
- Fixed an issue where containers could not establish loopback `AF_VSOCK` connections.
51
+
- Fixed a bug where resetting default settings would also reset the CLI context.
52
+
- Fixed a bug where the Docker Desktop Dashboard would get out of sync with the Docker daemon after restarting the engine while in Resource Saver mode (Windows with WSL2 backend only) or after switching engines (macOS).
53
+
- Fixed a bug where Resource Saver mode would fail to re-engage after restarting the engine while in Resource Saver mode.
54
+
55
+
#### For Mac
56
+
57
+
- Fixed a bug that would create certain user directories with root permission when running the uninstaller binary twice with `sudo`.
58
+
- Fixed a bug where the in-app update would fail if Docker Desktop was installed by a non-admin user or if the current user was previously an administrator. Fixes [docker/for-mac#7403](https://github.com/docker/for-mac/issues/7403) and [docker/for-mac#6920](https://github.com/docker/for-mac/issues/6920).
59
+
60
+
#### For Windows
61
+
62
+
- Added support for Windows on ARM using WSL 2 version 2.3.24 and later to single distribution mode on WSL 2.
63
+
- Fixed an issue where Docker Desktop would fail to start. Fixes [docker/for-win#14453](https://github.com/docker/for-win/issues/14453)
64
+
65
+
### Known issues
66
+
67
+
- Kubernetes cluster may not start if **Registry Access Manager** is enabled. As a workaround, add `registry.k8s.io` and `<geo>-docker.pkg.dev` to **Registry Access Management** policies.
0 commit comments