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

(windows)connect remote docker server over ssh is failed #159

Open songjave opened 5 years ago

songjave commented 5 years ago

ENV Windows 10 dockstation v1.4.1 VB Docker version 18.09.1 client 18.03 api 1.37 RemoteServer CentOS7 Docker version 18.09.0 api 1.39

Problem connect remote docker server over ssh is failed 2019-01-14 054437

igor-lemon commented 5 years ago

Hi @songjave 1) Do you can connect to the remote server via SSH 2) Do you have the /var/run/docker.sock on the remote server?

storcksoftware commented 5 years ago

Probably solved by now, but in case there are others with this problem. I my case it was just a matter of adding the login username to the docker group: sudo usermod -aG docker $USER

alexlii1971 commented 3 years ago

use SSH, exactly same issue on fresh linode ubuntu server.

pengxiaotg commented 2 years ago

Same issue on centOS

alixgreganti commented 1 year ago

sudo usermod -aG docker $USER

this resolved it for me