From c252ad90d2abe3a80867c2f1a9d2625aff2b5816 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Mon, 4 Sep 2017 10:01:33 +0100 Subject: [PATCH] docs: Remove call to groupadd 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 --- docs/fedora-installation-guide.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/fedora-installation-guide.md b/docs/fedora-installation-guide.md index f2a895ec..202f4eff 100644 --- a/docs/fedora-installation-guide.md +++ b/docs/fedora-installation-guide.md @@ -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 ```