From ea04a534a4960c17d77d07544075d35ced9e9621 Mon Sep 17 00:00:00 2001 From: smartbit Date: Fri, 22 Sep 2017 19:14:13 +0200 Subject: [PATCH] test repo is called test, not testing (#4697) --- engine/installation/linux/docker-ce/fedora.md | 10 +++++----- engine/installation/linux/docker-ce/ubuntu.md | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/engine/installation/linux/docker-ce/fedora.md b/engine/installation/linux/docker-ce/fedora.md index f1734f926a..8811312e74 100644 --- a/engine/installation/linux/docker-ce/fedora.md +++ b/engine/installation/linux/docker-ce/fedora.md @@ -82,7 +82,7 @@ from the repository. 2. Use the following command to set up the **stable** repository. You always need the **stable** repository, even if you want to install builds from the - **edge** or **testing** repositories as well. + **edge** or **test** repositories as well. ```bash $ sudo dnf config-manager \ @@ -90,7 +90,7 @@ from the repository. {{ download-url-base }}/docker-ce.repo ``` -3. **Optional**: Enable the **edge** and **testing** repositories. These +3. **Optional**: Enable the **edge** and **test** repositories. These repositories are included in the `docker.repo` file above but are disabled by default. You can enable them alongside the stable repository. @@ -99,10 +99,10 @@ from the repository. ``` ```bash - $ sudo dnf config-manager --set-enabled docker-ce-testing + $ sudo dnf config-manager --set-enabled docker-ce-test ``` - You can disable the **edge** or **testing** repository by running the + You can disable the **edge** or **test** repository by running the `dnf config-manager` command with the `--disable` flag. To re-enable it, use the `--enable` flag. The following command disables the **edge** repository. @@ -111,7 +111,7 @@ from the repository. ``` > **Note**: Starting with Docker 17.06, stable releases are also pushed to - > the **edge** and **testing** repositories. + > the **edge** and **test** repositories. [Learn about **stable** and **edge** channels](/engine/installation/). diff --git a/engine/installation/linux/docker-ce/ubuntu.md b/engine/installation/linux/docker-ce/ubuntu.md index d783644d40..f5e6ad2063 100644 --- a/engine/installation/linux/docker-ce/ubuntu.md +++ b/engine/installation/linux/docker-ce/ubuntu.md @@ -134,8 +134,8 @@ the repository. 4. Use the following command to set up the **stable** repository. You always need the **stable** repository, even if you want to install builds from the - **edge** or **testing** repositories as well. To add the **edge** or - **testing** repository, add the word `edge` or `testing` (or both) after the + **edge** or **test** repositories as well. To add the **edge** or + **test** repository, add the word `edge` or `test` (or both) after the word `stable` in the commands below. > **Note**: The `lsb_release -cs` sub-command below returns the name of your @@ -172,7 +172,7 @@ the repository. ``` > **Note**: Starting with Docker 17.06, stable releases are also pushed to - > the **edge** and **testing** repositories. + > the **edge** and **test** repositories. [Learn about **stable** and **edge** channels](/engine/installation/).