From 3b037ebd913d5b57ade3df09d694f7216d0f0558 Mon Sep 17 00:00:00 2001 From: Warren Harper Date: Thu, 8 Dec 2016 14:47:42 -0500 Subject: [PATCH] Move groupadd docker to it's own line (#827) Move the ```Create the `docker` group.``` example to its own line. --- engine/installation/linux/ubuntulinux.md | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/installation/linux/ubuntulinux.md b/engine/installation/linux/ubuntulinux.md index 01c1d9c415..3213f69c4e 100644 --- a/engine/installation/linux/ubuntulinux.md +++ b/engine/installation/linux/ubuntulinux.md @@ -318,6 +318,7 @@ To create the `docker` group and add your user: 1. Log into Ubuntu as a user with `sudo` privileges. 2. Create the `docker` group. + ```bash $ sudo groupadd docker ```