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.14k stars 106 forks source link

Connect from dockstation on windows to remote docker on Ubuntu 18 #217

Open rmsferreira opened 4 years ago

rmsferreira commented 4 years ago

Hi guys,

I`m trying to manage my docker machine setup on remote Ubuntu server 18 via dockstation installed in Windows 10 machine.

But Im get stuck in how to, I manage to connect to remote machine withe user root, the first error sya that I dont have docker-machine installed but its it. After somo modifications the problem is connection refused.

Is possible to manage remote linux docker machine with Dockstation.

Thanks

ssbarnea commented 4 years ago

I can confirm that connecting to remote machines via ssh is broken. I tested from macos to centos and it still fails, as depicted in https://sbarnea.com/ss/Screen-Shot-2019-10-19-16-48-14.47.png

igor-lemon commented 4 years ago

Hi guys! Can you call some docker commands on the remote machine?

docker -H ssh://USER@HOST image ls