Skip to content

Commit 02d9404

Browse files
committed
rhel
1 parent d45768e commit 02d9404

File tree

1 file changed

+14
-14
lines changed
  • content/manuals/engine/install

1 file changed

+14
-14
lines changed

content/manuals/engine/install/rhel.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ aliases:
1818
download-url-base: https://download.docker.com/linux/rhel
1919
---
2020

21-
To get started with Docker Engine on RHEL, make sure you
22-
[meet the prerequisites](#prerequisites), and then follow the
23-
[installation steps](#installation-methods).
21+
To get started with Docker Engine on RHEL:
22+
23+
- [Check prerequisites](#prerequisites)
24+
- [Follow the installation steps](#installation-methods)
2425

2526
## Prerequisites
2627

2728
### OS requirements
2829

29-
To install Docker Engine, you need a maintained version of one of the following
30-
RHEL versions:
30+
Docker Engine requires a maintained version of RHEL:
3131

3232
- RHEL 8
3333
- RHEL 9
@@ -144,7 +144,7 @@ $ sudo dnf config-manager --add-repo {{% param "download-url-base" %}}/docker-ce
144144
{{< /tab >}}
145145
{{< /tabs >}}
146146

147-
2. Start Docker Engine.
147+
1. Start Docker Engine.
148148

149149
```console
150150
$ sudo systemctl enable --now docker
@@ -154,7 +154,7 @@ $ sudo dnf config-manager --add-repo {{% param "download-url-base" %}}/docker-ce
154154
boot your system. If you don't want Docker to start automatically, use `sudo
155155
systemctl start docker` instead.
156156

157-
3. Verify that the installation is successful by running the `hello-world` image:
157+
1. Verify that the installation is successful by running the `hello-world` image:
158158

159159
```console
160160
$ sudo docker run hello-world
@@ -181,12 +181,12 @@ download a new file each time you want to upgrade Docker Engine.
181181
<!-- markdownlint-disable-next-line -->
182182
1. Go to [{{% param "download-url-base" %}}/]({{% param "download-url-base" %}}/).
183183

184-
2. Select your RHEL version in the list.
184+
1. Select your RHEL version in the list.
185185

186-
3. Select the applicable architecture (`x86_64`, `aarch64`, or `s390x`), and
186+
1. Select the applicable architecture (`x86_64`, `aarch64`, or `s390x`), and
187187
then go to `stable/Packages/`.
188188

189-
4. Download the following `rpm` files for the Docker Engine, CLI, containerd,
189+
1. Download the following `rpm` files for the Docker Engine, CLI, containerd,
190190
and Docker Compose packages:
191191

192192
- `containerd.io-<version>.<arch>.rpm`
@@ -195,7 +195,7 @@ download a new file each time you want to upgrade Docker Engine.
195195
- `docker-buildx-plugin-<version>.<arch>.rpm`
196196
- `docker-compose-plugin-<version>.<arch>.rpm`
197197

198-
5. Install Docker Engine, changing the following path to the path where you downloaded
198+
1. Install Docker Engine, changing the following path to the path where you downloaded
199199
the packages.
200200

201201
```console
@@ -209,7 +209,7 @@ download a new file each time you want to upgrade Docker Engine.
209209
Docker is installed but not started. The `docker` group is created, but no
210210
users are added to the group.
211211

212-
6. Start Docker Engine.
212+
1. Start Docker Engine.
213213

214214
```console
215215
$ sudo systemctl enable --now docker
@@ -219,7 +219,7 @@ download a new file each time you want to upgrade Docker Engine.
219219
boot your system. If you don't want Docker to start automatically, use `sudo
220220
systemctl start docker` instead.
221221

222-
7. Verify that the installation is successful by running the `hello-world` image:
222+
1. Verify that the installation is successful by running the `hello-world` image:
223223

224224
```console
225225
$ sudo docker run hello-world
@@ -248,7 +248,7 @@ instead of `dnf install`, and point to the new files.
248248
$ sudo dnf remove docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin docker-ce-rootless-extras
249249
```
250250

251-
2. Images, containers, volumes, or custom configuration files on your host
251+
1. Images, containers, volumes, or custom configuration files on your host
252252
aren't automatically removed. To delete all images, containers, and volumes:
253253

254254
```console

0 commit comments

Comments
 (0)