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

Remote connection feature does not work #329

Open passion2 opened 1 year ago

passion2 commented 1 year ago

Hello,

FACTS: Installed v1.5.1 for Windows. Windows machine has no docker in it. Remote machine is a Debian docker host.

Error:

Failed to attach docker event listener: Error: connect ENOENT //./pipe/docker_engine.

Preferences => Docker: set to "Docker Machine" Virtual Machine name: set to FQDN of the remote host. Driver set as it should.

First of all the VM name and Driver makes no sense for me in case of a remote connection.

Error message suggest it is trying to use IPC instead of TCP. (pipe)

This looks like that the applications wants to operate on a local docker engine. But. According to the web page (dockstation.io):

Independence It doesn't require local Docker installation for controlling remote containers.

So how it supposed to work in a remote only scenario?