Skip to content

Commit

Permalink
Add the missing instruction to add the repo
Browse files Browse the repository at this point in the history
This change is only affecting the RHEL 7/8 portion of the doc.
  • Loading branch information
rupakg authored Nov 19, 2019
1 parent dcc29a4 commit 7f62d13
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions _includes/ee-linux-install-reuse.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,15 @@ You only need to set up the repository once, after which you can install Docker
```bash
$ sudo yum-config-manager --enable rhui-rhel-7-server-rhui-extras-rpms
```

6. Add the Docker Engine - Enterprise **stable** repository:

```bash
$ sudo -E yum-config-manager \
--add-repo \
"$DOCKERURL/{{ linux-dist-url-slug }}/docker-ee.repo"
```

</div>
<div id="RHEL_8" class="tab-pane fade" markdown="1">
1. Remove existing Docker repositories from `/etc/yum.repos.d/`:
Expand Down Expand Up @@ -152,6 +161,15 @@ You only need to set up the repository once, after which you can install Docker
device-mapper-persistent-data \
lvm2
```

5. Add the Docker Engine - Enterprise **stable** repository:

```bash
$ sudo -E yum-config-manager \
--add-repo \
"$DOCKERURL/{{ linux-dist-url-slug }}/docker-ee.repo"
```

</div>
</div>
{% endif %}
Expand Down

0 comments on commit 7f62d13

Please sign in to comment.