Skip to content

Commit

Permalink
The hit is missed
Browse files Browse the repository at this point in the history
Signed-off-by: YuPengZTE <[email protected]>
(cherry picked from commit ced2729)
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
YuPengZTE authored and thaJeztah committed Sep 29, 2016
1 parent 1edf705 commit f81e4e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation/linux/oracle.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit f81e4e8

Please sign in to comment.