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
- Fixed a bug where `docker events` command would not terminate after streaming the events.
51
+
- Docker Init: Improved Dockerfile caching for PHP applications that don't use Composer.
52
+
- Synchronized File Shares now respect `filesharingAllowedDirectories` setting in `admin-settings.json`.
53
+
- Fixed an issue where Docker Desktop configured to use proxy, fails to start due to an internal timeout while fetching authentication tokens.
54
+
- Moved Notifications bell to header.
55
+
- Moved Settings button to the sidebar.
56
+
- Added a recovery banner to retry update if download failed
57
+
- Fixed an issue where there would be a filesystem error if the umask is set to 577 causing rpmbuild failure. Fixes [docker/for-mac](https://github.com/docker/for-mac/issues/6511).
58
+
- Fixed a bug that caused ports open on the host to 18 for containers started with `--network=host`.
59
+
- Fixes bind mount ownership for non-root containers. Fixes [docker/for-mac#6243](https://github.com/docker/for-mac/issues/6243).
60
+
61
+
#### For Mac
62
+
63
+
- Fixed a bug where the advanced option **Allowed privileged port mapping** was not working as expected. Fixes [docker/for-mac#7460](https://github.com/docker/for-mac/issues/7460).
0 commit comments