From 4b4525e0403360da153f38565e82c69db5d34bd5 Mon Sep 17 00:00:00 2001 From: Andrew Hsu Date: Sun, 9 Sep 2018 01:13:31 +0000 Subject: [PATCH] add ol7_addons repo enable steps for oraclelinux Signed-off-by: Andrew Hsu --- _includes/ee-linux-install-reuse.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/_includes/ee-linux-install-reuse.md b/_includes/ee-linux-install-reuse.md index 920cbd16d4..85d6a1f4db 100644 --- a/_includes/ee-linux-install-reuse.md +++ b/_includes/ee-linux-install-reuse.md @@ -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