Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
docs: Remove call to groupadd
Browse files Browse the repository at this point in the history
Adding the user to the docker group using groupadd(8) may not be a good
idea from a security perspective, so continue to use sudo(8) in all docs
to access docker.

Fixes #513.

Signed-off-by: James O. D. Hunt <[email protected]>
  • Loading branch information
jodh-intel committed Sep 4, 2017
1 parent 06023ea commit c252ad9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/fedora-installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ This step is only required in case Docker is not installed on the system.
$ sudo dnf -y install dnf-plugins-core
$ sudo dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
$ sudo dnf makecache fast
$ sudo groupadd docker
$ sudo dnf -y install docker-ce
```

Expand Down

0 comments on commit c252ad9

Please sign in to comment.