mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 18:45:53 +00:00
0493fb78bf
When the agent runs as root, os.Getuid() returns 0 so it only probes /run/user/0/docker.sock. Rootless Docker installs live at /run/user/1000/docker.sock (or similar). Glob /run/user/*/docker.sock and /run/user/*/podman/podman.sock to discover sockets for all users.