From 191900baf700ccdee979a3a40c22619eff7652bd Mon Sep 17 00:00:00 2001 From: waitingkuo Date: Fri, 16 May 2014 17:08:05 +0800 Subject: [PATCH] Update ubuntulinux.md In Ubuntu 14.04, we should use $ sudo service docker.io restart instead of $ sudo service docker restart Upstream-commit: 1b4915c1a8ba4724edd4e7864e85ff4fb795d04f Component: engine --- components/engine/docs/sources/installation/ubuntulinux.md | 1 + 1 file changed, 1 insertion(+) diff --git a/components/engine/docs/sources/installation/ubuntulinux.md b/components/engine/docs/sources/installation/ubuntulinux.md index d40e17b646..add4fb180f 100644 --- a/components/engine/docs/sources/installation/ubuntulinux.md +++ b/components/engine/docs/sources/installation/ubuntulinux.md @@ -203,6 +203,7 @@ than `docker` should own the Unix socket with the $ sudo gpasswd -a ${USER} docker # Restart the Docker daemon. + # If you are in Ubuntu 14.04, use docker.io instead of docker $ sudo service docker restart ### Upgrade