Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md with instructions to add user to docker group #630

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tylermilner
Copy link

When setting up my Internet Pi on my Raspberry Pi 5, I encountered the permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock error described in #620 when running ansible-playbook main.yml. Following the suggestion to add the Raspberry Pi user to the docker user group (via sudo usermod -aG docker $USER) fixed the issue and allowed ansible-playbook main.yml to run successfully.

This adds a note about this fix to the installation instructions in README.md. It might also be better to just add this as an explicit step in the setup process if everyone will need to be doing this now.

Add note about adding user to `docker` user group to fix permission denied error when running playbook based on discussion in geerlingguy#620.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant