mirror of https://github.com/docker/docs.git
engine/install: fix indentation, and align rerequisites section
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
700753fef2
commit
f27edb7f7a
|
@ -22,12 +22,12 @@ To get started with Docker Engine on CentOS, make sure you
|
||||||
|
|
||||||
### OS requirements
|
### OS requirements
|
||||||
|
|
||||||
To install Docker Engine, you need a maintained version of one of the following CentOS versions:
|
To install Docker Engine, you need a maintained version of one of the following
|
||||||
- CentOS 7
|
CentOS versions:
|
||||||
- CentOS 8 (stream)
|
|
||||||
- CentOS 9 (stream)
|
|
||||||
|
|
||||||
Archived versions aren't supported or tested.
|
- CentOS 7
|
||||||
|
- CentOS 8 (stream)
|
||||||
|
- CentOS 9 (stream)
|
||||||
|
|
||||||
The `centos-extras` repository must be enabled. This repository is enabled by
|
The `centos-extras` repository must be enabled. This repository is enabled by
|
||||||
default, but if you have disabled it, you need to
|
default, but if you have disabled it, you need to
|
||||||
|
|
|
@ -18,7 +18,8 @@ To get started with Docker Engine on Fedora, make sure you
|
||||||
|
|
||||||
### OS requirements
|
### OS requirements
|
||||||
|
|
||||||
To install Docker Engine, you need the 64-bit version of one of these Fedora versions:
|
To install Docker Engine, you need a maintained version of one of the following
|
||||||
|
Fedora versions:
|
||||||
|
|
||||||
- Fedora 36
|
- Fedora 36
|
||||||
- Fedora 37
|
- Fedora 37
|
||||||
|
|
|
@ -28,8 +28,12 @@ To get started with Docker Engine on RHEL, make sure you
|
||||||
|
|
||||||
### OS requirements
|
### OS requirements
|
||||||
|
|
||||||
To install Docker Engine, you need a maintained version of RHEL 7, RHEL 8 or RHEL 9 on s390x (IBM Z).
|
To install Docker Engine, you need a maintained version of one of the following
|
||||||
Archived versions aren't supported or tested.
|
RHEL versions:
|
||||||
|
|
||||||
|
- RHEL 7 on s390x (IBM Z)
|
||||||
|
- RHEL 8 on s390x (IBM Z)
|
||||||
|
- RHEL 9 on s390x (IBM Z)
|
||||||
|
|
||||||
The `overlay2` storage driver is recommended.
|
The `overlay2` storage driver is recommended.
|
||||||
|
|
||||||
|
|
|
@ -34,8 +34,11 @@ To get started with Docker Engine on SLES, make sure you
|
||||||
|
|
||||||
### OS requirements
|
### OS requirements
|
||||||
|
|
||||||
To install Docker Engine, you need a maintained version of SLES 15-SP3 or SLES 15-SP4 on s390x (IBM Z).
|
To install Docker Engine, you need a maintained version of one of the following
|
||||||
Archived versions aren't supported or tested.
|
SLES versions:
|
||||||
|
|
||||||
|
- SLES 15-SP3 on s390x (IBM Z)
|
||||||
|
- SLES 15-SP4 on s390x (IBM Z)
|
||||||
|
|
||||||
The [`SCC SUSE`](https://scc.suse.com/packages?name=SUSE%20Linux%20Enterprise%20Server&version=15.3&arch=s390x)
|
The [`SCC SUSE`](https://scc.suse.com/packages?name=SUSE%20Linux%20Enterprise%20Server&version=15.3&arch=s390x)
|
||||||
repositories must be enabled.
|
repositories must be enabled.
|
||||||
|
|
Loading…
Reference in New Issue