Skip to content

Commit 33d94e3

Browse files
committed
docs: remove contradictory auto-start note in install guides
1 parent acc5a3e commit 33d94e3

3 files changed

Lines changed: 18 additions & 24 deletions

File tree

content/manuals/engine/install/debian.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -178,14 +178,13 @@ Docker from the repository.
178178
179179
> [!NOTE]
180180
>
181-
> The Docker service starts automatically after installation. To verify that
182-
> Docker is running, use:
183-
>
181+
> After installation, verify that Docker is running:
182+
>
184183
> ```console
185184
> $ sudo systemctl status docker
186185
> ```
187186
>
188-
> Some systems may have this behavior disabled and will require a manual start:
187+
> If Docker is not running, start it manually:
189188
>
190189
> ```console
191190
> $ sudo systemctl start docker
@@ -246,14 +245,13 @@ download a new file each time you want to upgrade Docker Engine.
246245
247246
> [!NOTE]
248247
>
249-
> The Docker service starts automatically after installation. To verify that
250-
> Docker is running, use:
251-
>
248+
> After installation, verify that Docker is running:
249+
>
252250
> ```console
253251
> $ sudo systemctl status docker
254252
> ```
255253
>
256-
> Some systems may have this behavior disabled and will require a manual start:
254+
> If Docker is not running, start it manually:
257255
>
258256
> ```console
259257
> $ sudo systemctl start docker

content/manuals/engine/install/raspberry-pi-os.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -190,14 +190,13 @@ Docker from the repository.
190190

191191
> [!NOTE]
192192
>
193-
> The Docker service starts automatically after installation. To verify that
194-
> Docker is running, use:
195-
>
193+
> After installation, verify that Docker is running:
194+
>
196195
> ```console
197196
> $ sudo systemctl status docker
198197
> ```
199198
>
200-
> Some systems may have this behavior disabled and will require a manual start:
199+
> If Docker is not running, start it manually:
201200
>
202201
> ```console
203202
> $ sudo systemctl start docker
@@ -258,14 +257,13 @@ download a new file each time you want to upgrade Docker Engine.
258257

259258
> [!NOTE]
260259
>
261-
> The Docker service starts automatically after installation. To verify that
262-
> Docker is running, use:
263-
>
260+
> After installation, verify that Docker is running:
261+
>
264262
> ```console
265263
> $ sudo systemctl status docker
266264
> ```
267265
>
268-
> Some systems may have this behavior disabled and will require a manual start:
266+
> If Docker is not running, start it manually:
269267
>
270268
> ```console
271269
> $ sudo systemctl start docker

content/manuals/engine/install/ubuntu.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -182,14 +182,13 @@ Docker from the repository.
182182
183183
> [!NOTE]
184184
>
185-
> The Docker service starts automatically after installation. To verify that
186-
> Docker is running, use:
187-
>
185+
> After installation, verify that Docker is running:
186+
>
188187
> ```console
189188
> $ sudo systemctl status docker
190189
> ```
191190
>
192-
> Some systems may have this behavior disabled and will require a manual start:
191+
> If Docker is not running, start it manually:
193192
>
194193
> ```console
195194
> $ sudo systemctl start docker
@@ -250,14 +249,13 @@ download a new file each time you want to upgrade Docker Engine.
250249
251250
> [!NOTE]
252251
>
253-
> The Docker service starts automatically after installation. To verify that
254-
> Docker is running, use:
255-
>
252+
> After installation, verify that Docker is running:
253+
>
256254
> ```console
257255
> $ sudo systemctl status docker
258256
> ```
259257
>
260-
> Some systems may have this behavior disabled and will require a manual start:
258+
> If Docker is not running, start it manually:
261259
>
262260
> ```console
263261
> $ sudo systemctl start docker

0 commit comments

Comments
 (0)