From ffc8d4e204b3639a76182e12d27f110986fd79bb 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 --- docs/installation/ubuntulinux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/ubuntulinux.md b/docs/installation/ubuntulinux.md index 6bcf222fa0..17d66689f2 100644 --- a/docs/installation/ubuntulinux.md +++ b/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