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:
Piotr Stankiewicz 2022-07-29 10:31:56 +02:00
parent 328b9fc265
commit d5b612281c
4 changed files with 16 additions and 17 deletions

View File

@ -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). 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: 3. Install the package with apt as follows:

View File

@ -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). 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: 3. Install the package with dnf as follows:

View File

@ -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. 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 } > * [Ubuntu](ubuntu.md)
> [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 } > * [Debian](debian.md)
> * [Fedora](fedora.md)
*For checksums, see [Release notes](../release-notes.md)*
## System requirements ## System requirements
To install Docker Desktop successfully, your Linux host must meet the following 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. - 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.

View File

@ -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). 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: 3. Install the package with apt as follows: