Add info about selinux limitations for IBM Z (#5222)

* Add info about selinux limitations for IBM Z

* Fix liquid error
This commit is contained in:
Misty Stanley-Jones 2017-11-06 14:30:51 -08:00 committed by GitHub
parent a15705ad87
commit f9fcaac442
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -34,6 +34,16 @@ In addition, you must use the `devicemapper` storage driver. On production
systems, you must use `direct-lvm` mode, which requires one or more dedicated
block devices. Fast storage such as solid-state media (SSD) is recommended.
{% capture selinux-warning %}
> **Warning**: There is currently no support for `selinux` on IBM Z systems. If
> you try to install Docker EE on an IBM Z system with `selinux` enabled, you get
> an error about the `container-selinux` package, which is missing from Red Hat's
> repository for IBM Z. The only current workaround is to disable `selinux`
> before installing or upgrading Docker on IBM Z.
{:.warning}
{% endcapture %}
{{ selinux-warning }}
### Uninstall old versions
Older versions of Docker were called `docker` or `docker-engine`. If these are
@ -68,6 +78,8 @@ from the repository.
#### Install Docker EE
{{ selinux-warning }}
{% include ee-linux-install-reuse.md section="install-using-yum-repo" %}
#### Upgrade Docker EE
@ -76,6 +88,8 @@ from the repository.
### Install from a package
{{ selinux-warning }}
{% include ee-linux-install-reuse.md section="install-using-yum-package" %}
#### Upgrade Docker EE