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 to remote machine example? #196

Open YouveGotMeowxy opened 5 years ago

YouveGotMeowxy commented 5 years ago

I'm wanting to run DS on one machine on my LAN (192.168.0.123), and connect to Docker Desktop on another on my LAN (192.168.0.124), using SSH.

I've tried a few things but no luck. Any chance you could post exact settings to fill in to make this a lot simpler/quicker? :)

Thanks!

igor-lemon commented 5 years ago

Hi @YouveGotMeowxy Sorry, I been gone so long. Can you make a screenshot with connection logs?

ssbarnea commented 4 years ago

I can confirm that SSH based connections are broken in DockerStation (MacOS 10.15), even if docker or python-docker have noproblems using them via DOCKER_HOST=ssh://root@hostname -- I tried with 3 different hosts, failed on all of them.

Sadly the connection log does not allow us to copy/paste from it. Why, why, why....! :(

https://sbarnea.com/ss/Screen-Shot-2019-10-16-08-38-55.20.png

igor-lemon commented 4 years ago

@ssbarnea Read logs Connection to /var/run/docker.sock on remote server failed.

Check availability or permissions of the Docker socket.

YouveGotMeowxy commented 4 years ago

@igor-lemon

Any chance you could post exact settings to fill in to make this a lot simpler/quicker?

This would be the simplest way. A short tutorial video showing exact settings, to make it work.

igor-lemon commented 4 years ago

@YouveGotMeowxy I thought that it's simple. For SSH connects, just input host address, user, password or path to the private key. Docker Plain connection is a bit difficult and required Docker settings changes on a remote machine. Would you like to see SSH or Plain guide or both?