Skip to content

Commit 68cf722

Browse files
authored
4.68-RN (#24567)
<!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent f2f712b commit 68cf722

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

content/manuals/desktop/release-notes.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,50 @@ Docker Desktop versions older than 6 months from the latest release are not avai
2626

2727
For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoot-and-support/faqs/releases.md).
2828

29+
## 4.68.0
30+
31+
{{< release-date date="2026-04-07" >}}
32+
33+
{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.68.0" build_path="//" >}}
34+
35+
### New
36+
37+
- Gordon now has persistent local memory, allowing it to remember your preferences and context across sessions.
38+
39+
### Updates
40+
41+
- [Docker Agent v1.39.0](https://github.com/docker/docker-agent/releases/tag/v1.39.0)
42+
- [Docker Model v1.1.28](https://github.com/docker/model-cli/releases/tag/v1.1.28)
43+
44+
### Bug fixes and enhancements
45+
46+
#### For all platforms
47+
48+
- Fixed a deadlock in Enhanced Container Isolation that caused containers to hang indefinitely during creation when ECI was enabled.
49+
- Added a warning banner to alert when an MCP erver is community-provided and has not been verified by Docker.
50+
- Added a persistent **Show timestamps** toggle to the **Logs** view, allowing timestamps to be hidden in both table and visualiser views across sessions.
51+
- Fixed an issue where Docker Desktop frontend processes were not properly terminated on quit.
52+
- Fixed a deadlock when settings controlled by admins reload that could cause Docker Desktop to become unresponsive during sign in or sign out operations.
53+
- Fixed a bug where Docker Desktop could fail to start due to uncorrectable filesystem errors on the disk image not being repaired.
54+
- Fixed a bug that caused Enhanced Container Isolation (ECI) to inadvertently block startup of Kubernetes clusters.
55+
- Fixed an issue where a failed volume size fetch could make the **Volumes** view inaccessible; container counts on volumes now correctly exclude bind mounts.
56+
- Fixed race conditions in volume backup that could cause containers to be incorrectly restarted, export logs to be corrupted, or runtime panics when scheduling tasks.
57+
- Fixed a crash in the API cache that occurred when containers with no names caused a panic disrupting container listing.
58+
- Fixed a bug where starting a container could fail with `ENOENT` if a bind-mount parent directory was deleted while no container was using it.
59+
60+
#### For Mac
61+
62+
- Fixed a security vulnerability where tampered user-deployed config profiles could bypass organization sign-in enforcement.
63+
- Fixed a bug where a failed `vmnetd` handshake could dispatch a bogus command on a broken connection, causing unexpected networking errors.
64+
- Fixed a bug where the Docker Desktop Dashboard could be prematurely displayed when restoring to a fullscreen state on launch.
65+
- Fixed nested bind mounts showing empty child mount content on VirtioFS when using Docker Compose with multiple services sharing a volume. Fixes [docker/desktop-feedback#264](https://github.com/docker/desktop-feedback/issues/264).
66+
67+
#### For Windows
68+
69+
- Fixed an issue where the installer extraction did not update the progress bar and could take around 5 minutes, depending on the machine. Extraction is now ~60% faster and includes proper progress updates.
70+
- Fixed a race condition where container ports would sometimes not be published correctly after container start, affecting ephemeral ports, `--publish-all`, and gateway IP bindings.
71+
- Fixed an issue where a failed WSL distro move could leave the distro unregistered.
72+
2973
## 4.67.0
3074

3175
{{< release-date date="2026-03-30" >}}

0 commit comments

Comments
 (0)