Skip to content

Commit 9c6d4cb

Browse files
authored
Desktop: 4.56 RN (#23924)
<!--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 548e6cd commit 9c6d4cb

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

content/manuals/desktop/release-notes.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,43 @@ 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.56.0
30+
31+
{{< release-date date="2026-01-12" >}}
32+
33+
{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.56.0" build_path="/214940/" >}}
34+
35+
### New
36+
37+
- Docker Desktop now includes Docker Compose v5 which introduces a new official Go SDK. This SDK provides a comprehensive API that lets you integrate Compose functionality directly into your applications, allowing you to load, validate, and manage multi-container environments without relying on the Compose CLI. For more information, see the [Compose SDK docs](/manuals/compose/compose-sdk.md).
38+
39+
### Updates
40+
41+
- [containerd v2.2.1](https://github.com/containerd/containerd/releases/tag/v2.2.1)
42+
- [Docker Compose v5.0.0](https://github.com/docker/compose/releases/tag/v5.0.0)
43+
- [cagent v1.18.6](https://github.com/docker/cagent/releases/tag/v1.18.6)
44+
45+
### Bug fixes and enhancements
46+
47+
#### For all platforms
48+
49+
- Fixed a panic in filesharing tests when containers don't have an IP address immediately after starting.
50+
- Added support for custom DNS entries in the LinuxKit VM with the `ExtraDNSEntries` configuration field.
51+
52+
#### For Windows
53+
54+
- Fixed a bug on Windows where removing the state directory would fail because log files were still open.
55+
- Fixed installations from the Microsoft Store wrongly advertizing a new update.
56+
- Fixed a crash when running `/sbin/ldconfig` in `ubuntu:22.04` ARM64 containers by upgrading QEMU from 8.1.5 to 10.0.4. This resolves a known issue reported in [docker/for-win#15004](https://github.com/docker/for-win/issues/15004).
57+
58+
> [!NOTE]
59+
>
60+
> When running under ARM64 emulation, some `amd64` Go binaries built with older Go versions may still segfault. To avoid this, rebuild affected binaries using Go 1.25.4 or later. For details, see [golang/go#69255](https://github.com/golang/go/issues/69255) and the corresponding [Go commit](https://github.com/golang/go/commit/bf95b767394eb5643265f44c7b98bdbb85b897ce).
61+
62+
#### For Linux
63+
64+
- Fixed Kubernetes `hostPath` volume mounts failing on Linux hosts. Fixes [docker/desktop-linux#12](https://github.com/docker/desktop-linux/issues/12).
65+
2966
## 4.55.0
3067

3168
{{< release-date date="2025-12-16" >}}

0 commit comments

Comments
 (0)