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
+44Lines changed: 44 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,50 @@ 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 that could cause docker-proxy to stop forwarding UDP datagrams to containers
58
+
- Fixed a bug that was causing docker-proxy to close UDP connections to containers eagerly and resulting in the source address to change needlessly
59
+
- Fixed a race condition that was preventing Docker Desktop Kubernetes from starting in some scenarios.
60
+
- Improved the way ECI collects image digest info from a repository in environments where proxies are configured.
61
+
- Users can now to specify a timeout when generating private extension marketplace using new `extension-admin generate --timeout` flag. When left out, it behaves the same way as before, no timeout is applied.
- Fixed an issue where stale directory cache in Docker VMM that could prevent detecting moved or new files.
67
+
- Removed Continue/Restart pop up when Time Machine utility is restricted.
68
+
- Allow Unix domain sockets to be shared with containers via `docker run -v /path/to/unix.sock:/unix.sock`. The full socket path must be specified in the bind-mount. See [for-mac/#483](https://github.com/docker/for-mac/issues/483).
69
+
- Fixed a bug that caused the `docker-credential-osxkeychain` and `docker-credential-desktop` to return malformed URIs when a token was stored for a server with a port specified
70
+
71
+
#### For Windows
72
+
73
+
- The Windows MSI and .exe installers can now disable Windows Containers by default when installing with the GUI.
0 commit comments