Merge pull request #15368 from jengeb/docs-docker-start

[docs] Add instruction to start docker on Ubuntu
This commit is contained in:
moxiegirl
2015-09-08 11:59:13 -07:00
+5 -1
View File
@@ -127,7 +127,11 @@ install Docker using the following:
>
> $ curl -sSL https://get.docker.com/gpg | sudo apt-key add -
4. Verify `docker` is installed correctly.
4. Start the `docker` daemon.
$ sudo service docker start
5. Verify `docker` is installed correctly.
$ sudo docker run hello-world