Merge pull request #23192 from orsenthil/docfixes/ubuntu_install

Fix the docker daemon restart command for ubuntu.
(cherry picked from commit e2528712db)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sven Dowideit 2016-06-02 18:05:49 -07:00 committed by Sebastiaan van Stijn
parent 785e38d57b
commit af3b1fbcbc
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ To specify a DNS server for use by Docker:
5. Restart the Docker daemon.
$ sudo restart docker
$ sudo service docker restart
&nbsp;