The hit is missed

Signed-off-by: YuPengZTE <yu.peng36@zte.com.cn>
(cherry picked from commit ced2729841)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
YuPengZTE 2016-09-18 09:21:03 +08:00 committed by Sebastiaan van Stijn
parent 1edf705917
commit f81e4e8d57
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

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.