Skip to content

Commit b559c44

Browse files
committed
add docker permissions to quickstart
1 parent c92ebe4 commit b559c44

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/how-to/compose-quickstart.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,13 @@ export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock
4141
- Install podman desktop <https://podman-desktop.io/docs/installation>
4242
- Follow [](linux-installation) above in a WSL2 or Mac terminal
4343
- For Mac, add an X11 server like XQuartz
44+
45+
## Docker permissions
46+
47+
If you get docker permission errors do the following:
48+
49+
```bash
50+
sudo groupadd docker
51+
sudo usermod -aG docker $USER
52+
sudo reboot
53+
```

0 commit comments

Comments
 (0)