Skip to content

Commit

Permalink
Update ubuntu.md
Browse files Browse the repository at this point in the history
Instruction did not mention having to start the docker service before testing 'hello world'. Following the instruction literally leads to confusing errors.
  • Loading branch information
f1rf1n authored Dec 17, 2024
1 parent 1c75da7 commit 862ded3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/manuals/engine/install/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ Docker from the repository.
3. Verify that the installation is successful by running the `hello-world` image:

```console
$ sudo service docker start
$ sudo docker run hello-world
```

Expand Down

0 comments on commit 862ded3

Please sign in to comment.