muesli / docker-backup

A tool to create & restore complete, self-contained backups of Docker containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support for rootless docker

TechInterMezzo opened this issue · comments

Would it be possible to support rootless docker?
At the moment docker-backup tries to open "unix:///var/run/docker.sock".
But for my rootless docker setup it's "unix://$XDG_RUNTIME_DIR/docker.sock".
Maybe there is an option to specify the path of the unix socket.

second that. I would also appreciate solution for this as I'm also running rootless