test repo is called test, not testing (#4697)

This commit is contained in:
smartbit 2017-09-22 19:14:13 +02:00 committed by Misty Stanley-Jones
parent 5a6aea6064
commit ea04a534a4
2 changed files with 8 additions and 8 deletions

View File

@ -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/).

View File

@ -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/).