1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

[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>
This commit is contained in:
Jenny Gebske 2015-08-06 13:41:33 +02:00 committed by Jennifer Gebske
parent ad5355151c
commit a12a781b5e

View file

@ -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