mirror of https://github.com/docker/docs.git
DD4L: Replace download links with per-distro install instruction links
Currently it's easy for users to skip the per-distro installation steps, since direct download links for our packages are presented first. This can lead to unnecessary frustration, since DD will not install if pre-requisite steps are not followed. So instead of presenting package download links in the most prominent spot, point users to per-distro installation instructions. Signed-off-by: Piotr Stankiewicz <piotr.stankiewicz@docker.com>
This commit is contained in:
parent
328b9fc265
commit
d5b612281c
|
@ -49,10 +49,10 @@ Recommended approach to install Docker Desktop on Debian:
|
|||
|
||||
1. Set up [Docker's package repository](../../engine/install/debian.md#set-up-the-repository).
|
||||
|
||||
2. Download latest DEB package from the [release](../release-notes.md) page.
|
||||
2. Download latest [DEB package](https://desktop.docker.com/linux/main/amd64/docker-desktop-4.11.0-amd64.deb?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64).
|
||||
|
||||
3. Install the package with apt as follows:
|
||||
|
||||
|
||||
```console
|
||||
$ sudo apt-get update
|
||||
$ sudo apt-get install ./docker-desktop-<version>-<arch>.deb
|
||||
|
@ -112,4 +112,4 @@ Remove the `credsStore` and `currentContext` properties from `$HOME/.docker/conf
|
|||
## Next steps
|
||||
|
||||
- Take a look at the [Get started](../../get-started/index.md) training modules to learn how to build an image and run it as a containerized application.
|
||||
- Review the topics in [Develop with Docker](../../develop/index.md) to learn how to build new applications using Docker.
|
||||
- Review the topics in [Develop with Docker](../../develop/index.md) to learn how to build new applications using Docker.
|
||||
|
|
|
@ -29,10 +29,10 @@ To install Docker Desktop on Fedora:
|
|||
|
||||
1. Set up [Docker's package repository](../../engine/install/fedora.md#set-up-the-repository).
|
||||
|
||||
2. Download latest RPM package from the [release](../release-notes.md) page.
|
||||
2. Download latest [RPM package](https://desktop.docker.com/linux/main/amd64/docker-desktop-4.11.0-x86_64.rpm?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64).
|
||||
|
||||
3. Install the package with dnf as follows:
|
||||
|
||||
|
||||
```console
|
||||
$ sudo dnf install ./docker-desktop-<version>-<arch>.rpm
|
||||
```
|
||||
|
|
|
@ -8,27 +8,26 @@ redirect_from:
|
|||
|
||||
This page contains information about system requirements, download URLs, and instructions on how to install and update Docker Desktop for Linux.
|
||||
|
||||
> Download Docker Desktop for Linux packages
|
||||
> Follow the links below to view the distro-specific installation instructions:
|
||||
>
|
||||
> [DEB](https://desktop.docker.com/linux/main/amd64/docker-desktop-4.11.0-amd64.deb?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64){: .button .primary-btn }
|
||||
> [RPM](https://desktop.docker.com/linux/main/amd64/docker-desktop-4.11.0-x86_64.rpm?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64){: .button .primary-btn }
|
||||
|
||||
*For checksums, see [Release notes](../release-notes.md)*
|
||||
> * [Ubuntu](ubuntu.md)
|
||||
> * [Debian](debian.md)
|
||||
> * [Fedora](fedora.md)
|
||||
|
||||
## System requirements
|
||||
|
||||
To install Docker Desktop successfully, your Linux host must meet the following requirements:
|
||||
|
||||
- 64-bit kernel and CPU support for virtualization
|
||||
- 64-bit kernel and CPU support for virtualization.
|
||||
|
||||
- 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.
|
||||
|
||||
- **QEMU must be version 5.2 or newer**. We recommend upgrading to the latest version.
|
||||
- **QEMU must be version 5.2 or newer**. We recommend upgrading to the latest version.
|
||||
|
||||
- systemd init system.
|
||||
|
||||
- Gnome or KDE Desktop environment.
|
||||
-For many Linux distros, 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/)).
|
||||
- For many Linux distros, 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/)).
|
||||
|
||||
- At least 4 GB of RAM.
|
||||
|
||||
|
@ -65,7 +64,7 @@ Docker supports Docker Desktop on the current LTS release of the aforementioned
|
|||
### KVM virtualization support
|
||||
|
||||
|
||||
Docker Desktop runs a VM that requires [KVM support](https://www.linux-kvm.org).
|
||||
Docker Desktop runs a VM that requires [KVM support](https://www.linux-kvm.org).
|
||||
|
||||
The `kvm` module should load automatically if the host has virtualization support. To load the module manually, run:
|
||||
|
||||
|
|
|
@ -46,12 +46,12 @@ $ sudo apt install gnome-terminal
|
|||
|
||||
Recommended approach to install Docker Desktop on Ubuntu:
|
||||
|
||||
1. Set up [Docker's package repository](../../engine/install/ubuntu.md#set-up-the-repository).
|
||||
1. Set up [Docker's package repository](../../engine/install/ubuntu.md#set-up-the-repository).
|
||||
|
||||
2. Download latest DEB package from the [release](../release-notes.md) page.
|
||||
2. Download latest [DEB package](https://desktop.docker.com/linux/main/amd64/docker-desktop-4.11.0-amd64.deb?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-linux-amd64).
|
||||
|
||||
3. Install the package with apt as follows:
|
||||
|
||||
|
||||
```console
|
||||
$ sudo apt-get update
|
||||
$ sudo apt-get install ./docker-desktop-<version>-<arch>.deb
|
||||
|
|
Loading…
Reference in New Issue