You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: desktop/install/archlinux.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ redirect_from:
6
6
- /desktop/linux/install/archlinux/
7
7
---
8
8
9
-
This topic discusses installation of Docker Desktop from an [Arch package](https://desktop.docker.com/linux/main/amd64/docker-desktop-4.20.1-x86_64.pkg.tar.zst) that Docker provides in addition to the supported platforms. Docker has not tested or verified the installation.
9
+
This topic discusses installation of Docker Desktop from an [Arch package](https://desktop.docker.com/linux/main/amd64/docker-desktop-4.21.0-x86_64.pkg.tar.zst) that Docker provides in addition to the supported platforms. Docker has not tested or verified the installation.
Copy file name to clipboardExpand all lines: desktop/release-notes.md
+49-1
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,59 @@ Take a look at the [Docker Public Roadmap](https://github.com/docker/roadmap/pro
24
24
25
25
For frequently asked questions about Docker Desktop releases, see [FAQs](faqs/general.md/#releases)
26
26
27
+
## 4.21.0
28
+
29
+
{% include release-date.html date="2023-06-29" %}
30
+
31
+
{% include desktop-install.md all=true version="4.21.0" build_path="/" %}
32
+
33
+
### New
34
+
35
+
- Added support for new Wasm runtimes: slight, spin, and wasmtime. Users can download Wasm runtimes on demand when the containerd image store is enabled.
- Automatically pause Docker when idle and wake it up again on demand.
53
+
- VirtioFS will be enabled by default in new installations of Docker Desktop on macOS 12.5 and higher.
54
+
- Fix docker socket permissions. Fixes [docker/for-win#13447](https://github.com/docker/for-win/issues/13447) and [docker/for-mac#6823](https://github.com/docker/for-mac/issues/6823).
55
+
- Fix Docker Desktop hanging on application quit when paused.
56
+
- Fixed a bug where Logs and Terminal content are constantly covered by a fixed toolbar [docker/for-mac#6814](https://github.com/docker/for-mac/issues/6814).
57
+
- Fixed a bug where input labels overlapped with input values on the container run dialog, affecting all platforms. Fixes [docker/for-win#13304](https://github.com/docker/for-win/issues/13304)
58
+
- Fixed a bug where extension menu wasn't clickable. Fixes [docker/for-mac#6840](https://github.com/docker/for-mac/issues/6840) and [docker/for-mac#6855](https://github.com/docker/for-mac/issues/6855)
59
+
60
+
#### For Mac
61
+
62
+
- Added a health check for macOS that will notify users if there has been a change on their system which might cause problems running Docker binaries.
63
+
64
+
#### For Windows
65
+
66
+
- Fixed a bug on WSL 2 where if Desktop is paused and then killed and then restarted, the startup will hang unless WSL is shutdown first with `wsl --shutdown`.
67
+
- Fixes WSL engine in cases where wsl.exe is not on the PATH [docker/for-win#13547](https://github.com/docker/for-win/issues/13547).
68
+
- Fixes the WSL engine's ability to detect cases where one of the Docker Desktop distro's drive is missing [docker/for-win#13554](https://github.com/docker/for-win/issues/13554).
69
+
- Slow or unresponsive WSL integration should no longer prevent Docker Desktop from starting. Fixes [docker/for-win#13549](https://github.com/docker/for-win/issues/13549).
70
+
- Added the following installer flags:
71
+
-`--hyper-v-default-data-root` specifies the default location for Hyper-V VM disk.
72
+
-`--windows-containers-default-data-root` specifies the default data root for Windows Containers.
73
+
-`--wsl-default-data-root` specifies the default location for WSL distro disks.
74
+
27
75
## 4.20.1
28
76
29
77
{% include release-date.html date="2023-06-05" %}
30
78
31
-
{% include desktop-install.md all=true version="4.20.1" build_path="/" %}
79
+
{% include desktop-install.md all=true version="4.20.1" build_path="/110738/" %}
0 commit comments