File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
content/manuals/engine/install Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments