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

Use Docker CLI socket from home #2171

Closed p1-0tr closed 2 years ago

p1-0tr commented 2 years ago

What I did

We should not rely on having a global path for the Docker CLI socket. On macOS this forces Docker Desktop to access directories which require raised privileges. Whereas on Linux we do not create sockets in that location at all, currently. So look for the Docker CLI socket in the User's home directory.

Related issue

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