Docker Plugin Help
So when I try to use the Docker stuff I see this error in my logs
11 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Do you use TrueNAS?
Nope, Ubuntu
Please see https://homarr.dev/docs/1.18.0/advanced/running-as-different-user/#with-mounted-docker-socket .
Running as a different user | Homarr documentation
By default the container is running with user root and group root.
I am running this as User PUID/PGID 1000, same user as I have Portainer running (I only use Portainer for easy monitoring and while I am away admin, I have everything in compose to truly do anything)
Doesn't matter what you run Portainer as.
Have you read the page?
Yes I have read the page. PUID/PGID 1000 should work just fine. AH, I see the PGID is hardcoded to 999...
Is there anyway not to have that hardcoded as that will break what I have everything running as as PUID/PGID
No, not at the moment.
Would it be worth it for me to open a request up?
You can just create a user on your host with 999 and permit it to access the socket
Otherwise, run Homarr as root. Understand the risks when you do it 🙂
I am not running as root as that would also break how I am running things. I also dont want a special user just for this one container