HomarrH
Homarr9mo ago
15 replies
tucker19

Docker Plugin Help

So when I try to use the Docker stuff I see this error in my logs
2025-05-27T14:00:46.761Z error: tRPC Error with query on 'docker.getContainers' 
    at Object.onError (/app/apps/nextjs/.next/server/app/api/trpc/[trpc]/route.js:1:5059)
    at Object.onError (/app/apps/nextjs/.next/server/app/api/trpc/[trpc]/route.js:1:4213)
    at /app/apps/nextjs/.next/server/chunks/4617.js:98:5069
    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    at async /app/apps/nextjs/.next/server/chunks/4617.js:98:7029
    at async /app/apps/nextjs/.next/server/chunks/4617.js:86:837551
caused by Error: connect EACCES /var/run/docker.sock errno="-13" code="EACCES" syscall="connect" address="/var/run/docker.sock"
    at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1636:16)
    at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17)
Was this page helpful?