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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,16 +47,16 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
47
47
48
48
#### For all platforms
49
49
50
-
- 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.
50
+
- Fixed a bug where the `docker events` command would not terminate after streaming the events.
51
+
- Docker Init: Improved Dockerfile caching for PHP applications that don't use Compose.
52
+
- Synchronized file shares now respects the`filesharingAllowedDirectories` setting in `admin-settings.json`.
53
+
- Fixed an issue where if Docker Desktop is configured to use a proxy, it fails to start due to an internal timeout while fetching authentication tokens.
54
54
- Moved Notifications bell to header.
55
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).
56
+
- Added a recovery banner to retry an update if the download failed.
57
+
- Fixed an issue where if the `umask` is set to `577` it would cause `rpmbuild` failure. Fixes [docker/for-mac](https://github.com/docker/for-mac/issues/6511).
58
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).
59
+
-Fixed bind mount ownership for non-root containers. Fixes [docker/for-mac#6243](https://github.com/docker/for-mac/issues/6243).
0 commit comments