We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29d100f + b453437 commit 1ef9019Copy full SHA for 1ef9019
content/manuals/engine/install/fedora.md
@@ -191,7 +191,13 @@ download a new file each time you want to upgrade Docker Engine.
191
$ sudo systemctl start docker
192
```
193
194
-4. Verify that the Docker Engine installation is successful by running the
+4. Make Docker start automatically after reboot.
195
+
196
+ ```console
197
+ $ sudo systemctl enable docker
198
+ ```
199
200
+5. Verify that the Docker Engine installation is successful by running the
201
`hello-world` image.
202
203
```console
0 commit comments