Skip to content

Commit 3a4bc11

Browse files
committed
engine/install: fix some stray whitespace
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 105d677 commit 3a4bc11

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

content/manuals/engine/install/fedora.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ $ sudo dnf-3 config-manager --add-repo {{% param "download-url-base" %}}/docker-
9292

9393
{{< tabs >}}
9494
{{< tab name="Latest" >}}
95-
95+
9696
To install the latest version, run:
9797

9898
```console
@@ -135,7 +135,7 @@ $ sudo dnf-3 config-manager --add-repo {{% param "download-url-base" %}}/docker-
135135

136136
This command installs Docker, but it doesn't start Docker. It also creates a
137137
`docker` group, however, it doesn't add any users to the group by default.
138-
138+
139139
{{< /tab >}}
140140
{{< /tabs >}}
141141

content/manuals/engine/install/sles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ $ sudo zypper addrepo {{% param "download-url-base" %}}/docker-ce.repo
128128

129129
This command installs Docker, but it doesn't start Docker. It also creates a
130130
`docker` group, however, it doesn't add any users to the group by default.
131-
131+
132132
{{< /tab >}}
133133
{{< tab name="Specific version" >}}
134134

content/manuals/engine/install/ubuntu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Docker from the repository.
123123
sudo install -m 0755 -d /etc/apt/keyrings
124124
sudo curl -fsSL {{% param "download-url-base" %}}/gpg -o /etc/apt/keyrings/docker.asc
125125
sudo chmod a+r /etc/apt/keyrings/docker.asc
126-
126+
127127
# Add the repository to Apt sources:
128128
echo \
129129
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] {{% param "download-url-base" %}} \
@@ -169,7 +169,7 @@ Docker from the repository.
169169
$ VERSION_STRING=5:27.3.1-1~ubuntu.24.04~noble
170170
$ sudo apt-get install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-buildx-plugin docker-compose-plugin
171171
```
172-
172+
173173
{{< /tab >}}
174174
{{< /tabs >}}
175175

0 commit comments

Comments
 (0)