You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have an exposed docker engine running on a remote local server (tcp://remoteip:2375) and then initialize the client with await DockerClient.fromDockerHost('tcp://remoteip:2735') which connects properly. But when I call any methods like .containerList() or .imageList() uses the HTTPClient class with the hardcoded default baseUrl http://localhost:2375instead of the inherited value from agent prameter (https://github.com/docker/node-sdk/blob/main/lib/http.ts#L94)