From f37bb710e0bb8fbcfbcf88d6a2415c72a7802252 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 12 Nov 2021 18:18:34 +0100 Subject: [PATCH 1/2] Add redirect for machine "drivers" page This content was deprecated, but we missed a redirect. Signed-off-by: Sebastiaan van Stijn --- machine/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/machine/index.md b/machine/index.md index 24411ccaeb..c087d01c83 100644 --- a/machine/index.md +++ b/machine/index.md @@ -9,6 +9,7 @@ redirect_from: - /machine/RELEASE/ - /machine/completion/ - /machine/concepts/ +- /machine/drivers/ - /machine/drivers/aws/ - /machine/drivers/azure/ - /machine/drivers/digital-ocean/ From e1791f5b7dcda3f0d11f71ba6a78860254c15741 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 12 Nov 2021 18:36:30 +0100 Subject: [PATCH 2/2] engine: remove outdated instructions for derivatives The information about which distro version to use to match upstream Debian / Ubuntu versions was outdated. Given that Docker does not officially support, nor tests, installing these packages on Ubuntu and Debian derivatives, it's better to remove it, and leave it to the user to find the correct codename; also see https://docs.docker.com/engine/install/#other-linux-distributions Signed-off-by: Sebastiaan van Stijn --- engine/install/debian.md | 7 ------- engine/install/ubuntu.md | 7 ------- 2 files changed, 14 deletions(-) diff --git a/engine/install/debian.md b/engine/install/debian.md index dd16ff198d..8049ba81f8 100644 --- a/engine/install/debian.md +++ b/engine/install/debian.md @@ -99,13 +99,6 @@ from the repository. **nightly** or **test** repository, add the word `nightly` or `test` (or both) after the word `stable` in the commands below. [Learn about **nightly** and **test** channels](index.md). - > **Note**: The `lsb_release -cs` sub-command below returns the name of your - > Debian distribution, such as `helium`. Sometimes, in a distribution - > like BunsenLabs Linux, you might need to change `$(lsb_release -cs)` - > to your parent Debian distribution. For example, if you are using - > `BunsenLabs Linux Helium`, you could use `stretch`. Docker does not offer any guarantees on untested - > and unsupported Debian distributions. - ```console $ echo \ "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] {{ download-url-base }} \ diff --git a/engine/install/ubuntu.md b/engine/install/ubuntu.md index b96b8648b2..80193d7743 100644 --- a/engine/install/ubuntu.md +++ b/engine/install/ubuntu.md @@ -122,13 +122,6 @@ from the repository. **nightly** or **test** repository, add the word `nightly` or `test` (or both) after the word `stable` in the commands below. [Learn about **nightly** and **test** channels](index.md). - > **Note**: The `lsb_release -cs` sub-command below returns the name of your - > Ubuntu distribution, such as `xenial`. Sometimes, in a distribution - > like Linux Mint, you might need to change `$(lsb_release -cs)` - > to your parent Ubuntu distribution. For example, if you are using - > `Linux Mint Tessa`, you could use `bionic`. Docker does not offer any guarantees on untested - > and unsupported Ubuntu distributions. - ```console $ echo \ "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] {{ download-url-base }} \