1.0 beta - docker integration not working
I see that docker integration is not working under tools for me all i se in logs is
error connect EACCES /var/run/docker.sock
6 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?
!qa required_data
Thank you for your question. Our support team has noted that your request does not meet the minimum required data so we are unable to answer your question.
Please provide:
- your Homarr logs
- your setup configuration (eg. docker compose, docker run, helm chart, screenshot, ...)
- A detailed description of your problem or question with additional images where necessary
- Your operating system
- Version of Homarr (do not say latest! say 0.15.2, ...)
Failure to comply with this will result in a permanent closure of your support request.
Only log is this one:
error connect EACCES /var/run/docker.sock
i use docker compose (TrueNAS dockge) and verison of homarr is 1.0.0-beta.5
For volume i have this as in docs:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
It means that the container doesn't have permission to use the socket or docker is blocking usage (eg. by some docker socket proxy). Please ensure that the container has permission.
You might need to run as root to get it to run. Please note that PUID and GUID are not supported starting from 1.0 in favour of the user flag.
to add to this - I also can't use the docker integration - I have tried mapping
/var/run/docker.sock:/var/run/docker.sock
as a path, and running with --user 0
, and I've also tried using a docker socket proxy with the two new vars, DOCKER_HOSTNAMES
AND DOCKER_PORTS