From 2b5acd631598fc4668cd321a0d5edc10761705aa Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Wed, 1 Jun 2016 22:02:57 -0700 Subject: [PATCH] Fix the docker daemon restart command for ubuntu. Signed-off-by: Senthil Kumaran Upstream-commit: 53a1de2b1651f0cd5fb3a1f5a3c26f4d5f5dd9b2 Component: engine --- components/engine/docs/installation/linux/ubuntulinux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/installation/linux/ubuntulinux.md b/components/engine/docs/installation/linux/ubuntulinux.md index 1807874c12..4371135a8b 100644 --- a/components/engine/docs/installation/linux/ubuntulinux.md +++ b/components/engine/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