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

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
commit 1947ab6c1e

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