dry icon indicating copy to clipboard operation
dry copied to clipboard

Dry does not start.

Open dybarsky opened this issue 2 years ago • 2 comments

Hi! I have this error even when docker is running

INFO[0032] Dry could not start: Error retrieving container list: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.41/containers/json?all=1
 OS: Linuxmint 20.2 uma
 Kernel: x86_64 Linux 5.4.0-91-generic
Docker: 20.10.11

dybarsky avatar Dec 08 '21 21:12 dybarsky

I had a similar problem when I updated Docker (24.0.2) and Docker Desktop (4.20.1). What worked for me was:

Settings > Advanced > Allow the default Docker socket to be used

Screen Shot 2023-06-28 at 15 52 17

rodrigovallades avatar Jun 28 '23 18:06 rodrigovallades

Thanks for the info @rodrigovallades!!

You can pass to dry the host where you want to connect to. In Windows I think this might work dry -H http://localhost:2375if you don't have the default Docker socket activated.

moncho avatar Jun 28 '23 20:06 moncho