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,7 +49,7 @@ 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:
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ 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:
|
||||
|
||||
|
|
|
@ -8,18 +8,17 @@ 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.
|
||||
|
||||
|
@ -28,7 +27,7 @@ To install Docker Desktop successfully, your Linux host must meet the following
|
|||
- 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.
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@ Recommended approach to install Docker Desktop on Ubuntu:
|
|||
|
||||
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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue