Skip to content

Commit cc4d70c

Browse files
author
Misty Stanley-Jones
committed
Fix yum variables again
1 parent fd9266e commit cc4d70c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

engine/installation/linux/centos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Repository set-up instructions are different for [Docker CE](#docker-ce) and
122122
[prerequisites](#prerequisites).
123123

124124
```bash
125-
$ sudo sh -c 'echo "<DOCKER-EE-URL>" > /etc/yum/vars/dockersuburl'
125+
$ sudo sh -c 'echo "<DOCKER-EE-URL>" > /etc/yum/vars/dockerurl'
126126
```
127127

128128
3. Install `yum-utils`, which provides the `yum-config-manager` utility:

engine/installation/linux/oracle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ the repository.
7979

8080
1. Remove any existing Docker repositories from `/etc/yum.repos.d/`.
8181

82-
2. Store your EE repository URL in `/etc/yum/vars/dockersuburl`. Replace
82+
2. Store your EE repository URL in `/etc/yum/vars/dockerurl`. Replace
8383
`<DOCKER-EE-URL>` with the URL you noted down in the
8484
[prerequisites](#prerequisites).
8585

8686
```bash
87-
$ sudo sh -c 'echo "<DOCKER-EE-URL>" > /etc/yum/vars/dockersuburl'
87+
$ sudo sh -c 'echo "<DOCKER-EE-URL>" > /etc/yum/vars/dockerurl'
8888
```
8989

9090
3. Install `yum-utils`, which provides the `yum-config-manager` utility:

engine/installation/linux/rhel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ the repository.
7979

8080
2. Store two `yum` variables in `/etc/yum/vars/`.
8181

82-
- Store your EE repository URL in `/etc/yum/vars/dockersuburl`. Replace
82+
- Store your EE repository URL in `/etc/yum/vars/dockerurl`. Replace
8383
`<DOCKER-EE-URL>` with the URL you noted down in the
8484
[prerequisites](#prerequisites).
8585

8686
```bash
87-
$ sudo sh -c 'echo "<DOCKER-EE-URL>" > /etc/yum/vars/dockersuburl'
87+
$ sudo sh -c 'echo "<DOCKER-EE-URL>" > /etc/yum/vars/dockerurl'
8888
```
8989

9090
- Store your RHEL version string in `/etc/yum/vars/dockerosversion`.

0 commit comments

Comments
 (0)