Rootless Docker
:heart: Super nice program :heart:
Reading the release notes I saw that you had encountered permissions issues on the docker socket.
But it seems to only try this on unix:///var/run/docker.sock, whereas if you install docker with rootless the docker socket is usually located at: unix:///run/user/{UID}/docker.sock
Perhaps I'm compleatly wrong, but as far as a I see it doesn't recognize docker containers which are not the "sudo docker" or default DOCKER_SOCKET.
Would be nice if you could set which docker socket should be used.
container ran with sudo docker ^
user docker has 10 containers up
I'm not super familiar with rootless docker setups, but if XPipe would respect the DOCKER_SOCKET variable, this issue would be fixed?
I'm not super familiar with rootless docker setups, but if XPipe would respect the
DOCKER_SOCKETvariable, this issue would be fixed?
The convention from the docker manual is to export DOCKER_HOST.
I haven't seen DOCKER_SOCKET being used as an environment variable.
Alright thanks for the link, that should be doable
This is now implemented in xpipe 10