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:
parent
ad5355151c
commit
a12a781b5e
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue