From 748f1e1ebb851298c8ddd4dd6771ae1e44a2c680 Mon Sep 17 00:00:00 2001 From: Jenny Gebske Date: Thu, 3 Sep 2015 22:02:17 +0200 Subject: [PATCH] [doc] Rephrase Ubuntu installation Signed-off-by: Jenny Gebske Upstream-commit: ffc8d4e204b3639a76182e12d27f110986fd79bb Component: engine --- components/engine/docs/installation/ubuntulinux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/installation/ubuntulinux.md b/components/engine/docs/installation/ubuntulinux.md index 6bcf222fa0..17d66689f2 100644 --- a/components/engine/docs/installation/ubuntulinux.md +++ b/components/engine/docs/installation/ubuntulinux.md @@ -127,7 +127,7 @@ install Docker using the following: > > $ wget -qO- https://get.docker.com/gpg | sudo apt-key add - -4. Start `docker`. +4. Start the `docker` daemon. $ sudo service docker start