Skip to content

Commit 4041005

Browse files
authored
Update README.md (#630)
Add note about adding user to `docker` user group to fix permission denied error when running playbook based on discussion in #620.
1 parent 37a3186 commit 4041005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ It should also work with Ubuntu for Pi, or Arch Linux, but has not been tested o
5252
- `example.config.yml` to `config.yml`
5353
5. Run the playbook: `ansible-playbook main.yml`
5454

55-
> **If running locally on the Pi**: You may encounter an error like "Error while fetching server API version" or "connect: permission denied". If you do, please either reboot or log out and log back in, then run the playbook again.
55+
> **If running locally on the Pi**: You may encounter an error like "Error while fetching server API version" or "connect: permission denied". If you do, please either reboot or log out and log back in, then run the playbook again. If you continue to receive a "permission denied while trying to connect to the Docker daemon socket" error, then you may need to first add your user to the `docker` user group: `sudo usermod -aG docker $USER`, as outlined in the [Docker documentation](https://docs.docker.com/engine/install/linux-postinstall/).
5656
5757
## Usage
5858

0 commit comments

Comments
 (0)