Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion content/manuals/engine/install/fedora.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,13 @@ download a new file each time you want to upgrade Docker Engine.
$ sudo systemctl start docker
```

4. Verify that the Docker Engine installation is successful by running the
4. Make Docker start automatically after reboot.

```console
$ sudo systemctl enable docker
```

5. Verify that the Docker Engine installation is successful by running the
`hello-world` image.

```console
Expand Down
Loading