[docs] Add instruction to start docker on Ubuntu
I just tried the installation but docker didn't start automatically. So I had to execute the newly added command in order to get the hello-world verification running. Signed-off-by: Jenny Gebske <jennifer@gebske.de> Upstream-commit: a12a781b5ea905271f67bbd533790ad55e82df90 Component: engine
This commit is contained in:
committed by
Jennifer Gebske
parent
70f70bf8d8
commit
6cab088e98
@@ -127,7 +127,11 @@ install Docker using the following:
|
||||
>
|
||||
> $ wget -qO- https://get.docker.com/gpg | sudo apt-key add -
|
||||
|
||||
4. Verify `docker` is installed correctly.
|
||||
4. Start `docker`.
|
||||
|
||||
$ sudo service docker start
|
||||
|
||||
5. Verify `docker` is installed correctly.
|
||||
|
||||
$ sudo docker run hello-world
|
||||
|
||||
|
||||
Reference in New Issue
Block a user