From 53a1de2b1651f0cd5fb3a1f5a3c26f4d5f5dd9b2 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 --- 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