Adding "support" for rootless Docker #357
macvenez
started this conversation in
Feature Request
Replies: 1 comment 6 replies
-
dockge apparently uses the docker cli under the hood, so it respects the DOCKER_HOST environment variable. I modified my dockge compose.yaml to include a socket-proxy service and set DOCKER_HOST appropriately and it works fine. Here is a gist of a compose.yaml with dockge and socket-proxy. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🏷️ Feature Request Type
Other
🔖 Feature description
Hi!
I just tried installing dockge on my host and I noticed the default docker socket is
/var/run/docker.sock
(as it should be on a default root Docker installation).I installed Docker as rootless so my socket location is different, something like
/run/user/1000/docker.sock
so I had to modify the pregeneratedcompose.yaml
file. (Nothing too difficult but I think it would be cool to have this automatically checked)✔️ Solution
I think it may be useful to add the option here to use a custom Docker socket or a simple checkbox to use the default rootless Docker socket (alternatively reading
DOCKER_HOST
environment variable).❓ Alternatives
No response
📝 Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions