mirror of https://github.com/docker/docs.git
Fixed Power PC inaccuracy
This commit is contained in:
parent
465b4d0aa0
commit
fdc4d64af1
|
|
@ -32,11 +32,11 @@ This section lists what you need to consider before installing Docker EE. Items
|
|||
|
||||
### Architectures and storage drivers
|
||||
|
||||
Docker EE supports {{ linux-dist-long }} 64-bit, versions 7.1 and higher (7.1, 7.2, 7.3, 7.4), running on one of the following architectures: `x86_64`, `s390x` (IBM Z), or `ppc64le` (IBM Power PC, little endian format). To ensure you have `ppc64le` (and not `ppc64`), run the command, `uname -m`.
|
||||
Docker EE supports {{ linux-dist-long }} 64-bit, versions 7.1 and higher (7.1, 7.2, 7.3, 7.4), running on one of the following architectures: `x86_64`, `s390x` (IBM Z), or `ppc64le` (IBM Power, little endian format). To ensure you have `ppc64le` (and not `ppc64`), run the command, `uname -m`.
|
||||
|
||||
> Little endian format only
|
||||
>
|
||||
> On IBM Power PC systems, Docker EE only supports little endian format, `ppc64le`, even though {{ linux-dist-cap }} 7 ships both big and little endian versions.
|
||||
> On IBM Power systems, Docker EE only supports little endian format, `ppc64le`, even though {{ linux-dist-cap }} 7 ships both big and little endian versions.
|
||||
|
||||
On {{ linux-dist-long }}, Docker EE supports storage drivers, `overlay2` and `devicemapper`. In Docker EE 17.06.2-ee-5 and higher, `overlay2` is the recommended storage driver. The following limitations apply:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue