Skip to content

Commit 862ded3

Browse files
authored
Update ubuntu.md
Instruction did not mention having to start the docker service before testing 'hello world'. Following the instruction literally leads to confusing errors.
1 parent 1c75da7 commit 862ded3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/manuals/engine/install/ubuntu.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ Docker from the repository.
176176
3. Verify that the installation is successful by running the `hello-world` image:
177177

178178
```console
179+
$ sudo service docker start
179180
$ sudo docker run hello-world
180181
```
181182

0 commit comments

Comments
 (0)