Hi, I'm initializing dockerode like this:
const docker = new Docker({socketPath: '/var/run/docker.sock'});
but when I use it, it gives the following error:
Could not get container information. ConnectionRefused: Unable to connect. Is the computer able to access the url?
path: "http://localhost/containers/b81d1747b4d9/json"
I am using Bun.
Hi, I'm initializing dockerode like this:
but when I use it, it gives the following error:
I am using Bun.