remove oraclelinux warning about unable to install with selinux

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

View File

@ -53,14 +53,6 @@ $ sudo yum remove docker \
{% include ee-linux-install-reuse.md section="using-yum-repo" %}
{% capture selinux-warning %}
> Docker EE cannot install on {{ linux-dist-long }} with SELinux enabled
>
> If you have `selinux` enabled and you attempt to install Docker EE 17.06.1 or newer, you get an error that the `container-selinux` package cannot be found..
{:.warning}
{% endcapture %}
{{ selinux-warning }}
### Set up the repository
{% include ee-linux-install-reuse.md section="set-up-yum-repo" %}