engine/install: fix indentation, and align rerequisites section

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2023-05-03 15:31:28 +02:00
parent 700753fef2
commit f27edb7f7a
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
5 changed files with 304 additions and 296 deletions

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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.