Skip to content

Commit 1acfdfc

Browse files
aevesdockerdvdksn
andauthored
4.70 RN (#24717)
<!--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 --------- Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
1 parent 1043de9 commit 1acfdfc

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

content/manuals/desktop/release-notes.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,45 @@ 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.70.0
30+
31+
{{< release-date date="2026-04-20" >}}
32+
33+
{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.70.0" build_path="/224270/" >}}
34+
35+
### New
36+
37+
- Added a CLI hint that surfaces the **Logs** view when running `logs`, `compose logs`, `compose attach`, or `compose up` commands, giving you quick access to logs across all running containers. Available with the **Logs** (Beta) feature enabled.
38+
39+
### Updates
40+
41+
- [Docker Compose v5.1.2](https://github.com/docker/compose/releases/tag/v5.1.2)
42+
- [Docker Engine v29.4.0](/manuals/engine/release-notes/29.md#2940)
43+
- [Docker Agent v1.43.0](https://github.com/docker/docker-agent/releases/tag/v1.43.0)
44+
- [Docker Model Runner v1.1.33](https://github.com/docker/model-runner/releases/tag/v1.1.33)
45+
- [Docker Scout CLI v1.20.4](https://github.com/docker/scout-cli/releases/tag/v1.20.4)
46+
47+
### Bug fixes and enhancements
48+
49+
#### For all platforms
50+
51+
- Fixed a bug where `docker login` could fail silently in CI environments due to slow Docker Hub responses causing credential store update timeouts.
52+
- Fixed an issue where disabling Beta features also disabled Docker Model Runner.
53+
- Fixed `docker desktop start` causing the Docker AI agent API daemon to fail due to an inherited CLI plugin environment variable.
54+
55+
#### For Mac
56+
57+
- Fixed a crash loop where Docker Desktop repeatedly failed to start with exit status `42` after an update due to a corrupted `DockerAppLaunchPath` setting.
58+
- Fixed an issue where a failed update could leave Docker Desktop in a broken state. The installer now automatically reverts to the previous version and shows a clear error message.
59+
- Fixed a bug where stopping one container could disrupt active Unix socket forwards belonging to other running containers.
60+
61+
#### For Windows
62+
63+
- Fixed an issue where a failed update could leave Docker Desktop in a broken state. The installer now automatically reverts to the previous version and shows a clear error message.
64+
- Fixed a bug where a failed switch to Windows containers could leave Docker Desktop in a broken state, requiring a restart.
65+
- Fixed an issue where Docker Desktop failed to launch for users with `DEVHOME` set in their environment.
66+
- Temporarily rolled back process hardening that caused Electron crashes on Windows. Fixes [docker/desktop-feedback#245](https://github.com/docker/desktop-feedback/issues/245).
67+
2968
## 4.69.0
3069

3170
{{< release-date date="2026-04-13" >}}

0 commit comments

Comments
 (0)