From 67ba16ea8070872da8e2d8f5fdd83b36b26c2924 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Tue, 18 Aug 2026 10:07:22 +0100 Subject: [PATCH 1/2] 4.88 RN Signed-off-by: aevesdocker --- content/manuals/desktop/release-notes.md | 35 ++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 6574a01c6e6..f460b45f4be 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -24,6 +24,41 @@ 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.88.0 + +{{< release-date date="2026-08-24" >}} + +{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.88.0" build_path="/xxxxxx/" >}} + +### Updates + +- [Docker Agent v1.124.0](https://github.com/docker/docker-agent/releases/tag/v1.124.0) +- Docker Offload `v0.6.13` +- [Docker Model Runner v1.2.8](https://github.com/docker/model-cli/releases/tag/v1.2.8) +- [containerd v2.3.3](https://github.com/containerd/containerd/releases/tag/v2.3.3) +- [Runc v1.4.3](https://github.com/opencontainers/runc/releases/tag/v1.4.3) + +### Bug fixes and enhancements + +#### For all platforms + +- Fixed an issue where Docker Desktop reported `enable fsverity failed: operation not supported` as the crash cause instead of the real underlying error. +- Fixed a bug where changing the hypervisor type in Settings had no effect when Docker Desktop was in resource saver mode. +- Fixed port bindings reported by `docker ps` to accurately reflect active listeners when using 'Localhost by default' or 'Localhost only' settings, and added `[::1]` loopback listener alongside `127.0. +- Fixed an HTTP 500 error that could occur during Docker Desktop startup or wake from idle-shutdown when the engine socket existed but was not yet listening. +- Fixed a bug where Docker Desktop would fail to start if `~/.docker/daemon.json` was corrupted with null bytes (typically caused by a crash or power-loss during a settings save). Docker Desktop now automatically recovers to default daemon settings in this case. +- Fixed an issue in the Docker Engine config editor in settings where validation error messages would disappear immediately while typing invalid JSON. +- Fixed a Docker VMM regression that reduced container inbound network throughput to roughly 0.3 Gb/s. + +#### For Mac + +- Docker VMM can now use more than 28GiB of host memory. + +#### For Windows + +- Fixed a Windows auto-update failure when a self-updated CLI plugin (e.g `docker scout` or `docker agent`) newer than the bundled version was already present in the user's cli-plugins folder. +- Fixed an issue on per-user Windows installs where Hyper-V, Windows containers, and related settings are now correctly disabled and grayed out, preventing broken behavior caused by the unavailable priv + ## 4.87.0 {{< release-date date="2026-08-17" >}} From 146c7b2723f8472cbdf2fd7aaa87b2bd614d3067 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Mon, 24 Aug 2026 09:39:16 +0100 Subject: [PATCH 2/2] build number and new issue Signed-off-by: aevesdocker --- content/manuals/desktop/release-notes.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index f460b45f4be..be780b57b3c 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -28,7 +28,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo {{< release-date date="2026-08-24" >}} -{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.88.0" build_path="/xxxxxx/" >}} +{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.88.0" build_path="/237115/" >}} ### Updates @@ -43,12 +43,13 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo #### For all platforms - Fixed an issue where Docker Desktop reported `enable fsverity failed: operation not supported` as the crash cause instead of the real underlying error. -- Fixed a bug where changing the hypervisor type in Settings had no effect when Docker Desktop was in resource saver mode. -- Fixed port bindings reported by `docker ps` to accurately reflect active listeners when using 'Localhost by default' or 'Localhost only' settings, and added `[::1]` loopback listener alongside `127.0. +- Fixed a bug where changing the hypervisor type in **Settings** had no effect when Docker Desktop was in Resource saver mode. +- Fixed port bindings reported by `docker ps` to accurately reflect active listeners when using 'Localhost by default' or 'Localhost only' settings, and added `[::1]` loopback listener alongside `127.0.0.1`. - Fixed an HTTP 500 error that could occur during Docker Desktop startup or wake from idle-shutdown when the engine socket existed but was not yet listening. -- Fixed a bug where Docker Desktop would fail to start if `~/.docker/daemon.json` was corrupted with null bytes (typically caused by a crash or power-loss during a settings save). Docker Desktop now automatically recovers to default daemon settings in this case. -- Fixed an issue in the Docker Engine config editor in settings where validation error messages would disappear immediately while typing invalid JSON. -- Fixed a Docker VMM regression that reduced container inbound network throughput to roughly 0.3 Gb/s. +- Fixed a bug where Docker Desktop would fail to start if `~/.docker/daemon.json` was corrupted with null bytes (typically caused by a crash or power-loss during a settings save). Docker Desktop now automatically recovers to default daemon settings. +- Fixed an issue in the Docker Engine config editor in settings where validation error messages would disappear immediately while typing invalid JSON. +- Fixed a Docker VMM regression that reduced container inbound network throughput to roughly 0.3 GB per second. +- Fixed error messages shown when the Docker Desktop VM exits unexpectedly to include the exit status code and surface the actual root cause of the crash. #### For Mac @@ -56,8 +57,8 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo #### For Windows -- Fixed a Windows auto-update failure when a self-updated CLI plugin (e.g `docker scout` or `docker agent`) newer than the bundled version was already present in the user's cli-plugins folder. -- Fixed an issue on per-user Windows installs where Hyper-V, Windows containers, and related settings are now correctly disabled and grayed out, preventing broken behavior caused by the unavailable priv +- Fixed a Windows auto-update failure when a self-updated CLI plugin (e.g `docker scout` or `docker agent`) newer than the bundled version was already present in the user's CLI-plugins folder. +- Fixed an issue on per-user Windows installs where Hyper-V, Windows containers, and related settings are now correctly disabled and grayed out, preventing broken behavior caused by the unavailable priveleged helper service. ## 4.87.0