From 6cea39fb29b9904e700c2e4ee7a5eb10538ea33c Mon Sep 17 00:00:00 2001 From: Ana Sustic Date: Mar 03 2019 21:07:13 +0000 Subject: Add question regarding logged in user membership --- diff --git a/docs/faq.rst b/docs/faq.rst index 7d4c192..3d7cc31 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -6,8 +6,13 @@ This page contains frequently asked questions about fedora-happiness-packets. It includes troubleshooting steps and other project details. -Example question formatted like this - Example answer formatted like this. - Write each new sentence on a new line. - It makes it easier to read in git diffs (i.e. in a pull request). +ERROR: Couldn't connect to Docker deamon at http+docker://localhost-is it running? + Verify the logged in user is member of the docker group. + To verify logged in user run:: + + sudo usermod -aG docker ${USER} + + If logged in user is not member of the docker group add it using:: + + sudo gpasswd -a${USER}