Files
docker-docs/content/desktop/install/archlinux.md
Lorena Rangel c79589f81c Release notes 4.32 (#20284)
* update linux installer name

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

* add release notes for 4.32.0

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

* Apply suggestions from code review

* Release notes for Builds view in DD 4.32

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* add arm installer

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

* add known issue

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

* Apply suggestions from code review

* remove known issue, update date and build number

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

---------

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
Co-authored-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2024-07-04 16:06:39 +01:00

2.4 KiB

description, keywords, title, aliases
description keywords title aliases
Instructions for installing Docker Desktop Arch package. Mostly meant for hackers who want to try out Docker Desktop on a variety of Arch-based distributions. Arch Linux, install, uninstall, upgrade, update, linux, desktop, docker desktop, docker desktop for linux, dd4l Install Docker Desktop on Arch-based distributions
/desktop/linux/install/archlinux/

Docker Desktop terms

Commercial use of Docker Desktop in larger enterprises (more than 250 employees OR more than $10 million USD in annual revenue) requires a paid subscription.

This topic discusses installation of Docker Desktop from an Arch package that Docker provides in addition to the supported platforms. Docker has not tested or verified the installation.

{{< button text="Arch package (experimental)" url="https://desktop.docker.com/linux/main/amd64/157355/docker-desktop-x86_64.pkg.tar.zst?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64" >}}

For checksums, see Release notes

Prerequisites

To install Docker Desktop successfully, you must meet the system requirements.

Additionally, for non-Gnome Desktop environments, gnome-terminal must be installed:

$ sudo pacman -S gnome-terminal

Install Docker Desktop

  1. Install client binaries. Docker does not have an Arch package repository. Binaries not included in the package must be installed manually before installing Docker Desktop.

  2. Install Docker client binary on Linux. On Arch-based distributions, users must install the Docker client binary. Static binaries for the Docker client are available for Linux (as docker).

  3. Download the Arch package from the release page.

  4. Install the package:

    $ sudo pacman -U ./docker-desktop-<arch>.pkg.tar.zst
    

Launch Docker Desktop

{{< include "desktop-linux-launch.md" >}}

Next steps