From 63989037e565abd01001ecae96f85be8be0888bc Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Tue, 9 Jun 2026 09:14:39 +0100 Subject: [PATCH 1/4] 4.78 RN Signed-off-by: aevesdocker --- content/manuals/desktop/release-notes.md | 36 ++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index e8061bade6e..1d58927d74e 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -24,6 +24,42 @@ Docker Desktop versions older than 6 months from the latest release are not avai For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoot-and-support/faqs/releases.md). +## 4.78.0 + +{{< release-date date="2026-06-15" >}} + +{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.78.0" build_path="//" >}} + +### Updates + +- [Docker Agent v1.73.0](https://github.com/docker/docker-agent/releases/tag/v1.73.0) +- `docker pass` v0.1.3 + +### Bug fixes and enhancements + +#### For all platforms + +- Fixed an out-of-memory crash that could cause Docker Desktop to become unresponsive or crash while streaming logs in the Docker Desktop Dashboard. +- Improved Docker Desktop update reliability by retrying stalled and transient download failures and resuming from the partially downloaded file. +- Added live streaming output to the Gordon tool calls so long-running commands like `docker compose up` display STDOUT/STDERR in real time instead of waiting until completion. +- Added color-coded labels to the **Logs** view so each container and build source is visually distinguished by a unique color in both the log grid and the container-filter dropdown. +- Improved error message when the Docker Desktop VM fails to start. It now shows the underlying `VirtualizationFramework` / `libkrun` reason instead of the generic **Use of closed network connection**. +- Fixed a bug where Docker CLI error messages were shown as raw JSON instead of human-readable text while Docker Desktop was in Resource Saver mode. +- Fixed a crash that occurred in the **Logs** view when deselecting a container filter. +- Fixed an issue where the support page was replaced by the no-virtualization override screen when accessed from the troubleshooting popover. +- Fixed an issue where Docker Desktop failed to start on bare metal EC2 instances (e.g. `g4dn.metal`) with a **Nested virtualization not supported** error. +- Increased the retry delay to accommodate transient rename failures caused by antivirus software holding file locks. +- Gordon now shows clear network error messages with guidance to check VPN, proxy, or firewall settings when outbound HTTPS to Docker's services is blocked, instead of a generic agent errror. +- Fixed the Gordon AI model picker incorrectly showing an internal model identifier instead of 'Default' for sessions with no explicit model selection. + +#### For Windows + +- Fixed getting stuck on **Starting the Docker Engine…** after an in-place upgrade. +- Added [Synchronized File Shares](/manuals/desktop/features/synchronized-file-sharing.md) support for the WSL2 backend. +- Fixed a bug where Docker Desktop was not restarted after a failed update was reverted to the previous version. +- Fixed delta updates failing to prepare. +- Fixed an issue on Hyper-V where Docker commands (e.g. `docker login`) would fail on the first attempt after the engine had been idle-shut-down or paused. + ## 4.77.0 {{< release-date date="2026-06-08" >}} From 255656288c657160dc8693dc314a9f96f634e985 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Fri, 12 Jun 2026 11:22:48 +0100 Subject: [PATCH 2/4] more items --- content/manuals/desktop/release-notes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 1d58927d74e..dacac255aa6 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -33,7 +33,8 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo ### Updates - [Docker Agent v1.73.0](https://github.com/docker/docker-agent/releases/tag/v1.73.0) -- `docker pass` v0.1.3 +- `docker pass` v0.1.4 +- [Credential helpers v0.9.8](https://github.com/docker/docker-credential-helpers/releases/tag/v0.9.8) ### Bug fixes and enhancements @@ -59,6 +60,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo - Fixed a bug where Docker Desktop was not restarted after a failed update was reverted to the previous version. - Fixed delta updates failing to prepare. - Fixed an issue on Hyper-V where Docker commands (e.g. `docker login`) would fail on the first attempt after the engine had been idle-shut-down or paused. +- Fixed an issue on Windows where Docker Desktop showed a generic engine-start failure instead of a clear, actionable error message when WSL is not installed. ## 4.77.0 From a56c9c40899206536a983edf1f243e0ae4861dfd Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Fri, 12 Jun 2026 12:40:37 +0100 Subject: [PATCH 3/4] add item Signed-off-by: aevesdocker --- content/manuals/desktop/release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index dacac255aa6..cd2e7f5dd7c 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -61,6 +61,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo - Fixed delta updates failing to prepare. - Fixed an issue on Hyper-V where Docker commands (e.g. `docker login`) would fail on the first attempt after the engine had been idle-shut-down or paused. - Fixed an issue on Windows where Docker Desktop showed a generic engine-start failure instead of a clear, actionable error message when WSL is not installed. +- Fixed an issue on Windows where WSL-not-installed and WSL-update-required error dialogs showed unexpected actions. They now correctly display only a **Quit** option. ## 4.77.0 From 5e64c42c51f717df1378e1f8da3bd156ad193ad0 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Fri, 12 Jun 2026 12:49:51 +0100 Subject: [PATCH 4/4] rm last item --- content/manuals/desktop/release-notes.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index cd2e7f5dd7c..dacac255aa6 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -61,7 +61,6 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo - Fixed delta updates failing to prepare. - Fixed an issue on Hyper-V where Docker commands (e.g. `docker login`) would fail on the first attempt after the engine had been idle-shut-down or paused. - Fixed an issue on Windows where Docker Desktop showed a generic engine-start failure instead of a clear, actionable error message when WSL is not installed. -- Fixed an issue on Windows where WSL-not-installed and WSL-update-required error dialogs showed unexpected actions. They now correctly display only a **Quit** option. ## 4.77.0