add ol7_addons repo enable steps for oraclelinux

Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
This commit is contained in:
Andrew Hsu 2018-09-09 01:13:31 +00:00
parent f20d5af2c7
commit 4b4525e040
1 changed files with 10 additions and 0 deletions

View File

@ -116,6 +116,16 @@ You only need to set up the repository once, after which you can install Docker
{% endif %}
{% if linux-dist == "oraclelinux" %}
5. Enable the `ol7_addons` Oracle repository. This ensures access to the `container-selinux` package required by `docker-ee`.
```bash
$ sudo yum-config-manager --enable ol7_addons
```
{% endif %}
6. Add the Docker EE **stable** repository:
```bash