1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

The hit is missed

Signed-off-by: YuPengZTE <yu.peng36@zte.com.cn>
This commit is contained in:
YuPengZTE 2016-09-18 09:21:03 +08:00
parent 2cce7bf33a
commit ced2729841

View file

@ -110,11 +110,11 @@ To create the `docker` group and add your user:
2. Create the `docker` group.
sudo groupadd docker
$ sudo groupadd docker
3. Add your user to `docker` group.
sudo usermod -aG docker username
$ sudo usermod -aG docker username
4. Log out and log back in.