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
Родитель 479fcbb1d0 ffc8d4e204
Коммит 1947ab6c1e
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

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