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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,14 +55,14 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
55
55
#### For all platforms
56
56
57
57
- Fixed a bug where the `docker events` command would not terminate after streaming the events.
58
-
- Docker Init: Improved Dockerfile caching for PHP applications that don't use Compose.
58
+
- Docker Init: Improved Dockerfile caching for PHP applications that don't use Docker Compose.
59
59
- Synchronized file shares now respects the `filesharingAllowedDirectories` setting in `admin-settings.json`.
60
60
- 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.
61
61
- Added a recovery banner to retry an update if the download failed.
62
62
- Fixed an issue where if the `umask` is set to `577` it would cause `rpmbuild` failure. Fixes [docker/for-mac#6511](https://github.com/docker/for-mac/issues/6511).
63
63
- Fixed a bug that caused ports open on the host to 18 for containers started with `--network=host`.
64
64
- Fixed bind mount ownership for non-root containers. Fixes [docker/for-mac#6243](https://github.com/docker/for-mac/issues/6243).
65
-
- Docker Desktop will not unpause automatically after a manual pause. The system will stay paused until the user presses the Resume button in the Dashboard or the menu entry. This fixes a bug where other software would accidentally trigger a resume by running a CLI command in the background. Fixes [for-mac/#6908](https://github.com/docker/for-mac/issues/6908)
65
+
- Docker Desktop will not unpause automatically after a manual pause. The system will stay paused until you manually resume the Docker engine. This fixes a bug where other software would accidentally trigger a resume by running a CLI command in the background. Fixes [for-mac/#6908](https://github.com/docker/for-mac/issues/6908)
66
66
67
67
#### For Mac
68
68
@@ -75,7 +75,7 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
75
75
#### For Windows
76
76
77
77
- Fixed a bug preventing UDP port 53 to be bound.
78
-
- Fixed a bug where Windows daemon options where overwritten at startup.
78
+
- Fixed a bug where Windows daemon options were overwritten at startup.
0 commit comments