DockStation / dockstation

DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.
https://dockstation.io/
2.15k stars 107 forks source link

Use wsl2 docker binaries on windows #303

Open nitrogene opened 2 years ago

nitrogene commented 2 years ago

Hello,

I got rid of dockstation, then installed docker in a wsl2 environment and dockstation, configure it according to the /etc/daemon.json file. When I run a docker run hello-world command in a wsl2/ubuntu shell, it works fine, and in dockstation/containers tab, I can see the corresponding container. But I can not start a container or see logs because dockstation cannot find docker binaries.

Is there a way to make dockstation use docker binaries in wsl2 environment ?

I guess could use this as a workaround, but is there really no other solution ?