Merge pull request #25239 from dlech/patch-1

Make it clear which parmeter is the user
(cherry picked from commit c7fcf496af)

Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
Vincent Demeester 2016-07-31 08:54:53 +02:00 committed by Tibor Vass
parent 9c2ba289dd
commit e118034053

View file

@ -243,15 +243,13 @@ To create the `docker` group and add your user:
1. Log into Ubuntu as a user with `sudo` privileges.
This procedure assumes you log in as the `ubuntu` user.
2. Create the `docker` group.
$ sudo groupadd docker
3. Add your user to `docker` group.
$ sudo usermod -aG docker ubuntu
$ sudo usermod -aG docker $USER
4. Log out and log back in.