engine/install: un-wrap repo setup command

These are not too long, so un-wrapping them to make the page a bit briefer.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2023-05-04 10:36:07 +02:00
parent 7775c77f3e
commit 700753fef2
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
5 changed files with 5 additions and 22 deletions

View File

@ -87,10 +87,7 @@ utility) and set up the repository.
```console
$ sudo yum install -y yum-utils
$ sudo yum-config-manager \
--add-repo \
{{ download-url-base }}/docker-ce.repo
$ sudo yum-config-manager --add-repo {{ download-url-base }}/docker-ce.repo
```
#### Install Docker Engine

View File

@ -87,11 +87,7 @@ Docker from the repository.
```console
$ sudo apt-get update
$ sudo apt-get install \
ca-certificates \
curl \
gnupg
$ sudo apt-get install ca-certificates curl gnupg
```
2. Add Docker's official GPG key:

View File

@ -79,10 +79,7 @@ your DNF repositories) and set up the repository.
```console
$ sudo dnf -y install dnf-plugins-core
$ sudo dnf config-manager \
--add-repo \
{{ download-url-base }}/docker-ce.repo
$ sudo dnf config-manager --add-repo {{ download-url-base }}/docker-ce.repo
```
#### Install Docker Engine

View File

@ -89,10 +89,7 @@ utility) and set up the repository.
```console
$ sudo yum install -y yum-utils
$ sudo yum-config-manager \
--add-repo \
{{ download-url-base }}/docker-ce.repo
$ sudo yum-config-manager --add-repo {{ download-url-base }}/docker-ce.repo
```
#### Install Docker Engine

View File

@ -85,11 +85,7 @@ Docker from the repository.
```console
$ sudo apt-get update
$ sudo apt-get install \
ca-certificates \
curl \
gnupg
$ sudo apt-get install ca-certificates curl gnupg
```
2. Add Docker's official GPG key: