From af3b1fbcbcd6e0c1363523bb2aa4da64e44b579a Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Thu, 2 Jun 2016 18:05:49 -0700 Subject: [PATCH] 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 --- docs/installation/linux/ubuntulinux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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