mirror of https://github.com/docker/docs.git
DDL: add gnome-terminal as prerequisite (#14704)
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
parent
721d73b06c
commit
6672e5e664
|
@ -11,6 +11,13 @@ This topic discusses installation of Docker Desktop from an [Arch package](https
|
|||
|
||||
Your Arch-based Linux distribution must meet the [system requirements](../install.md#system-requirements) to install and launch Docker Desktop successfully.
|
||||
|
||||
Additionally, for non-Gnome Desktop environments, `gnome-terminal` must be installed:
|
||||
|
||||
```console
|
||||
$ sudo pacman -S gnome-terminal
|
||||
```
|
||||
|
||||
|
||||
## Install Docker Desktop
|
||||
|
||||
1. Install client binaries.
|
||||
|
|
|
@ -16,6 +16,12 @@ Your Debian distribution must meet the [system requirements](../install.md#syste
|
|||
|
||||
Additionally, for a Gnome Desktop environment you must install AppIndicator and KStatusNotifierItem [Gnome extensions](https://extensions.gnome.org/extension/615/appindicator-support/).
|
||||
|
||||
For non-Gnome Desktop environments, `gnome-terminal` must be installed:
|
||||
|
||||
```console
|
||||
$ sudo apt install gnome-terminal
|
||||
```
|
||||
|
||||
### OS requirements
|
||||
|
||||
To install Docker Desktop, you need the 64-bit version of one of these Debian
|
||||
|
|
|
@ -15,6 +15,11 @@ Your Fedora distribution must meet the [system requirements](../install.md#syste
|
|||
|
||||
Additionally, for a Gnome Desktop environment you must install AppIndicator and KStatusNotifierItem [Gnome extensions](https://extensions.gnome.org/extension/615/appindicator-support/).
|
||||
|
||||
For non-Gnome Desktop environments, `gnome-terminal` must be installed:
|
||||
|
||||
```console
|
||||
$ sudo dnf install gnome-terminal
|
||||
```
|
||||
|
||||
### OS requirements
|
||||
|
||||
|
|
|
@ -14,6 +14,12 @@ To get started with Docker Desktop on Ubuntu, make sure you
|
|||
|
||||
Your Ubuntu distribution must meet the [system requirements](../install.md#system-requirements) to install and launch Docker Desktop successfully.
|
||||
|
||||
Additionally, for non-Gnome Desktop environments, `gnome-terminal` must be installed:
|
||||
|
||||
```console
|
||||
$ sudo apt install gnome-terminal
|
||||
```
|
||||
|
||||
### OS requirements
|
||||
|
||||
To install Docker Desktop, you need the 64-bit version of one of these Ubuntu
|
||||
|
|
Loading…
Reference in New Issue