mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-27 03:08:04 +00: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:
committed by
Jennifer Gebske
parent
ad5355151c
commit
a12a781b5e
@@ -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