Ver Fonte

[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>
Jenny Gebske há 10 anos atrás
pai
commit
a12a781b5e
1 ficheiros alterados com 5 adições e 1 exclusões
  1. 5 1
      docs/installation/ubuntulinux.md

+ 5 - 1
docs/installation/ubuntulinux.md

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