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/desktop/release-notes.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ aliases:
17
17
18
18
This page contains information about the new features, improvements, known issues, and bug fixes in Docker Desktop releases. For frequently asked questions about Docker Desktop releases, see [FAQs](faqs/releases.md).
19
19
20
-
Docker Desktop versions older than 6 months from the latest release are not available for download.
20
+
Docker Desktop versions older than 6 months from the latest release are not available for download.
21
21
22
22
Take a look at the [Docker Public Roadmap](https://github.com/docker/roadmap/projects/1) to see what's coming next.
23
23
@@ -80,6 +80,8 @@ Take a look at the [Docker Public Roadmap](https://github.com/docker/roadmap/pro
80
80
> [!NOTE]
81
81
> Using `docker login` with an address that includes URL path segments is not a documented use case and is considered unsupported. The recommended usage is to specify only a registry hostname, and optionally a port, as the address for `docker login`.
82
82
- When running `docker compose up` and Docker Desktop is in the Resource Saver mode, the command is unresponsive. As a workaround, manually exit the Resource Saving mode and Docker Compose becomes responsive again.
83
+
- When [Enhanced Container Isolation (ECI)](/security/for-admins/hardened-desktop/enhanced-container-isolation/_index.md) is enabled, Docker Desktop may not enter Resource Saver mode. This will be fixed in a future Docker Desktop release.
84
+
- The new [ECI Docker socket mount permissions for derived images](/security/for-admins/hardened-desktop/enhanced-container-isolation/config.md#docker-socket-mount-permissions-for-derived-images) feature does not yet work when Docker Desktop is configured with the **Use containerd for pulling and storing images**. This will be fixed in the next Docker Desktop release.
83
85
84
86
## 4.33.1
85
87
@@ -176,7 +178,7 @@ For more information, see [microsoft/WSL#11794](https://github.com/microsoft/WSL
176
178
177
179
- Docker Engine and CLI updated to version 27.0.
178
180
- Docker Desktop now supports moving data to a different drive on macOS and Windows with WSL2 backend. See [docker/for-win#13384](https://github.com/docker/for-win/issues/13384).
179
-
- You can now [schedule backups for volume exports](use-desktop/volumes.md) in the **Volumes** tab (Beta).
181
+
- You can now [schedule backups for volume exports](use-desktop/volumes.md) in the **Volumes** tab (Beta).
180
182
- Access a terminal shell directly from Docker Desktop (Beta).
181
183
182
184
### Upgrades
@@ -190,7 +192,7 @@ For more information, see [microsoft/WSL#11794](https://github.com/microsoft/WSL
190
192
### Bug fixes and enhancements
191
193
192
194
#### For all platforms
193
-
195
+
194
196
- Improved instructions for `watch` in the Compose File Viewer
195
197
- Added support for Golang projects that don't have dependencies in Docker Init. Addresses [docker/roadmap#611](https://github.com/docker/roadmap/issues/611)
196
198
-[Settings Management](/security/for-admins/hardened-desktop/settings-management/index.md) now lets admins set the default value to `ProxyEnableKerberosNTLM`.
@@ -205,7 +207,7 @@ For more information, see [microsoft/WSL#11794](https://github.com/microsoft/WSL
205
207
- Fixed missing build stats for named contexts.
206
208
- Fixed image index/manifest not being displayed anymore in build results.
207
209
- Fixed an issue where build traces exported from the UI would appear as a single, flattened list when imported to Jaeger
208
-
- Fixed truncated digest/sha in build details.
210
+
- Fixed truncated digest/sha in build details.
209
211
- Fixed final status animation of active builds.
210
212
211
213
#### For Windows
@@ -256,7 +258,7 @@ For more information, see [microsoft/WSL#11794](https://github.com/microsoft/WSL
256
258
257
259
### New
258
260
259
-
-[Air-Gapped Containers](/security/for-admins/hardened-desktop/air-gapped-containers.md) is now generally available.
261
+
-[Air-Gapped Containers](/security/for-admins/hardened-desktop/air-gapped-containers.md) is now generally available.
260
262
- Docker Compose File Viewer shows your Compose YAML with syntax highlighting and contextual links to relevant docs (Beta, progressive rollout).
0 commit comments