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,13 +22,13 @@ To get started with Docker Engine on CentOS, make sure you
|
|||
|
||||
### 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 versions:
|
||||
|
||||
- CentOS 7
|
||||
- CentOS 8 (stream)
|
||||
- CentOS 9 (stream)
|
||||
|
||||
Archived versions aren't supported or tested.
|
||||
|
||||
The `centos-extras` repository must be enabled. This repository is enabled by
|
||||
default, but if you have disabled it, you need to
|
||||
[re-enable it](https://wiki.centos.org/AdditionalResources/Repositories){: target="_blank" rel="noopener" class="_" }.
|
||||
|
|
|
@ -18,7 +18,8 @@ To get started with Docker Engine on Fedora, make sure you
|
|||
|
||||
### 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 37
|
||||
|
|
|
@ -28,8 +28,12 @@ To get started with Docker Engine on RHEL, make sure you
|
|||
|
||||
### OS requirements
|
||||
|
||||
To install Docker Engine, you need a maintained version of RHEL 7, RHEL 8 or RHEL 9 on s390x (IBM Z).
|
||||
Archived versions aren't supported or tested.
|
||||
To install Docker Engine, you need a maintained version of one of the following
|
||||
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.
|
||||
|
||||
|
|
|
@ -34,8 +34,11 @@ To get started with Docker Engine on SLES, make sure you
|
|||
|
||||
### OS requirements
|
||||
|
||||
To install Docker Engine, you need a maintained version of SLES 15-SP3 or SLES 15-SP4 on s390x (IBM Z).
|
||||
Archived versions aren't supported or tested.
|
||||
To install Docker Engine, you need a maintained version of one of the following
|
||||
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)
|
||||
repositories must be enabled.
|
||||
|
|
Loading…
Reference in New Issue