mirror of https://github.com/docker/docs.git
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:
parent
a15705ad87
commit
f9fcaac442
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue