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
+52-1
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,62 @@ 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/releases.md).
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.
36
+
- Added Rust server support to Docker init.
37
+
- Beta release of the **Builds** view that lets you inspect builds and manage builders. This can be found in the **Features in Development** tab in **Settings**.
- Docker Desktop now automatically pauses the Docker Engine when it is not in use and wakes up again on demand.
54
+
- VirtioFS is now the default file sharing implementation for new installations of Docker Desktop on macOS 12.5 and higher.
55
+
- Improved product usage reporting using OpenTelemetry (experimental).
56
+
- Fixed 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).
57
+
- Fixed am issue which caused Docker Desktop to hang when quitting the application whilst paused.
58
+
- Fixed a bug which caused the **Logs** and **Terminal** tab content in the **Container** view to be covered by a fixed toolbar [docker/for-mac#6814](https://github.com/docker/for-mac/issues/6814).
59
+
- Fixed a bug which caused input labels to overlap with input values on the container run dialog. Fixes [docker/for-win#13304](https://github.com/docker/for-win/issues/13304).
60
+
- Fixed a bug which meant users couldn't select the Docker Extension menu. 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)
61
+
62
+
#### For Mac
63
+
64
+
- Added a health check for macOS that notifies users if there has been a change on their system which might cause problems running Docker binaries.
65
+
66
+
#### For Windows
67
+
68
+
- Fixed a bug on WSL 2 where if Desktop is paused, killed, and then restarted, the startup hangs unless WSL is shut down first with `wsl --shutdown`.
69
+
- Fixed the WSL engine in cases where wsl.exe is not on the PATH [docker/for-win#13547](https://github.com/docker/for-win/issues/13547).
70
+
- Fixed the WSL engine's ability to detect cases where one of the Docker Desktop distros' drive is missing [docker/for-win#13554](https://github.com/docker/for-win/issues/13554).
71
+
- A slow or unresponsive WSL integration no longer prevents Docker Desktop from starting. Fixes [docker/for-win#13549](https://github.com/docker/for-win/issues/13549).
72
+
- Fixed a bug that caused Docker Desktop to crash on startup [docker/for-win#6890](https://github.com/docker/for-mac/issues/6890).
73
+
- Added the following installer flags:
74
+
-`--hyper-v-default-data-root` which specifies the default location for Hyper-V VM disk.
75
+
-`--windows-containers-default-data-root` which specifies the default data root for Windows Containers.
76
+
-`--wsl-default-data-root` which specifies the default location for WSL distro disks.
77
+
27
78
## 4.20.1
28
79
29
80
{% include release-date.html date="2023-06-05" %}
30
81
31
-
{% include desktop-install.md all=true version="4.20.1" build_path="/" %}
82
+
{% include desktop-install.md all=true version="4.20.1" build_path="/110738/" %}
0 commit comments