docker-archive / compose-cli

Easily run your Compose application to the cloud with compose-cli
Apache License 2.0
956 stars 253 forks source link

Fall back to global CLI socket on Linux #2177

Closed p1-0tr closed 2 years ago

p1-0tr commented 2 years ago

What I did

DD relies on having the CLI socket available in /var/run when running in WSL. So in case we can't find the CLI socket in the calling user's home directory, fall back to /var/run.

Related issue

(not mandatory) A picture of a cute animal, if possible in relation with what you did