I’ve been running TrueNAS for storage only for a while with all my docker containers running in Ubuntu VMs. Since upgrading to 25.04 I thought I would try and run everything on TrueNAS itself.
I am running traefik as a custom app which has /var/run/docker.sock mapped as read only. I just tried mapping /var/run/docker.sock, read only, to Dozzle as an app store app and I get:
Mount path [/var/run/docker.sock] already used for another volume mount
Is there anyway for multiple containers to map /var/run/docker.sock?