Move groupadd docker to it's own line (#827)

Move the ```Create the `docker` group.``` example to its own line.
This commit is contained in:
Warren Harper 2016-12-08 14:47:42 -05:00 committed by John Mulhausen
parent 103976a9eb
commit 3b037ebd91
1 changed files with 1 additions and 0 deletions

View File

@ -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
```