From d5b612281c2ea01766ab8d201ec96a16c54cfb0c Mon Sep 17 00:00:00 2001 From: Piotr Stankiewicz Date: Fri, 29 Jul 2022 10:31:56 +0200 Subject: [PATCH] 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 --- desktop/install/debian.md | 6 +++--- desktop/install/fedora.md | 4 ++-- desktop/install/linux-install.md | 17 ++++++++--------- desktop/install/ubuntu.md | 6 +++--- 4 files changed, 16 insertions(+), 17 deletions(-) diff --git a/desktop/install/debian.md b/desktop/install/debian.md index 60c8b0cfc193..d3bd5a8e5ae0 100644 --- a/desktop/install/debian.md +++ b/desktop/install/debian.md @@ -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--.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. \ No newline at end of file +- Review the topics in [Develop with Docker](../../develop/index.md) to learn how to build new applications using Docker. diff --git a/desktop/install/fedora.md b/desktop/install/fedora.md index 72abac4e75af..c287ac8b64d6 100644 --- a/desktop/install/fedora.md +++ b/desktop/install/fedora.md @@ -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--.rpm ``` diff --git a/desktop/install/linux-install.md b/desktop/install/linux-install.md index cbf52caa99d5..6c2c26494c68 100644 --- a/desktop/install/linux-install.md +++ b/desktop/install/linux-install.md @@ -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: diff --git a/desktop/install/ubuntu.md b/desktop/install/ubuntu.md index 784af4da78d1..22f100c12022 100644 --- a/desktop/install/ubuntu.md +++ b/desktop/install/ubuntu.md @@ -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--.deb