mirror of https://github.com/docker/docs.git
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:
parent
103976a9eb
commit
3b037ebd91
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue