Skip to content

Commit bd542ff

Browse files
authored
Desktop linux fixes (#23569)
<!--Delete sections as needed --> ## Description Closes #23551 Closes #23552 ## 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 81cbb08 commit bd542ff

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

content/manuals/desktop/setup/install/linux/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ To install Docker Desktop successfully, your Linux host must meet the following
137137
- KVM virtualization support. Follow the [KVM virtualization support instructions](#kvm-virtualization-support) to check if the KVM kernel modules are enabled and how to provide access to the KVM device.
138138
- QEMU must be version 5.2 or later. We recommend upgrading to the latest version.
139139
- systemd init system.
140-
- GNOME, KDE, or MATE desktop environment.
140+
- GNOME, KDE, or MATE desktop environments are supported but others may work.
141141
- For many Linux distributions, the GNOME environment does not support tray icons. To add support for tray icons, you need to install a GNOME extension. For example, [AppIndicator](https://extensions.gnome.org/extension/615/appindicator-support/).
142142
- At least 4 GB of RAM.
143143
- Enable configuring ID mapping in user namespaces, see [File sharing](/manuals/desktop/troubleshoot-and-support/faqs/linuxfaqs.md#how-do-i-enable-file-sharing). Note that for Docker Desktop version 4.35 and later, this is not required anymore.

content/manuals/desktop/setup/install/linux/archlinux.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ aliases:
2121
2222
This page contains information on how to install, launch and upgrade Docker Desktop on an Arch-based distribution.
2323

24-
25-
2624
## Prerequisites
2725

2826
To install Docker Desktop successfully, you must meet the [general system requirements](_index.md#general-system-requirements).
@@ -33,7 +31,7 @@ To install Docker Desktop successfully, you must meet the [general system requir
3331

3432
```console
3533
$ wget https://download.docker.com/linux/static/stable/x86_64/docker-{{% param "docker_ce_version" %}}.tgz -qO- | tar xvfz - docker/docker --strip-components=1
36-
$ cp -rp ./docker /usr/local/bin/ && rm -r ./docker
34+
$ sudo cp -rp ./docker /usr/local/bin/ && rm -r ./docker
3735
```
3836

3937
2. Download the latest Arch package from the [Release notes](/manuals/desktop/release-notes.md).

0 commit comments

Comments
 (0)