Skip to content

Commit fad2ce0

Browse files
authored
Add info to enable docker service
1 parent 241d748 commit fad2ce0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

content/manuals/engine/install/fedora.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,13 @@ download a new file each time you want to upgrade Docker Engine.
190190
```console
191191
$ sudo systemctl start docker
192192
```
193+
4. Make Docker start automatically after reboot.
193194

194-
4. Verify that the Docker Engine installation is successful by running the
195+
```console
196+
$ sudo systemctl enable docker
197+
```
198+
199+
5. Verify that the Docker Engine installation is successful by running the
195200
`hello-world` image.
196201

197202
```console
@@ -201,6 +206,8 @@ download a new file each time you want to upgrade Docker Engine.
201206
This command downloads a test image and runs it in a container. When the
202207
container runs, it prints a confirmation message and exits.
203208

209+
210+
204211
You have now successfully installed and started Docker Engine.
205212

206213
{{< include "root-errors.md" >}}

0 commit comments

Comments
 (0)