summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Dowideit <SvenDowideit@users.noreply.github.com>2016-06-02 18:05:49 -0700
committerSebastiaan van Stijn <github@gone.nl>2016-06-06 20:28:57 +0200
commitaf3b1fbcbcd6e0c1363523bb2aa4da64e44b579a (patch)
treef14b9a91d492b48f5843eed3f8963d432544d302
parent785e38d57bb9e0a08be73a565e13e53c3e480273 (diff)
downloaddocker-af3b1fbcbcd6e0c1363523bb2aa4da64e44b579a.tar.gz
Merge pull request #23192 from orsenthil/docfixes/ubuntu_install
Fix the docker daemon restart command for ubuntu. (cherry picked from commit e2528712db8b904de0ae7c076a3ddcf163a2734d) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
-rw-r--r--docs/installation/linux/ubuntulinux.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/linux/ubuntulinux.md b/docs/installation/linux/ubuntulinux.md
index 1807874c12..4371135a8b 100644
--- a/docs/installation/linux/ubuntulinux.md
+++ b/docs/installation/linux/ubuntulinux.md
@@ -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;