Ihar Kazlouski

Results 115 comments of Ihar Kazlouski

Can you up a tunnel connection and connect to the remote docker via it tunnel? `ssh [email protected] -L127.0.0.1:3560:/var/run/docker.sock` `docker -H tcp://127.0.0.1:3560 version`

@bram1028 Hi. It looks like on your server was disabled ssh tunneling. Can you run some docker command on the remote server? ``` docker -H ssh://example.com ps ```

Hi @krast Do you have the `/var/run/docker.sock` on the remote server?

We are forwarding a tunnel through SSH. Please check that you have a possibility to open SSH tunnels.

Hi. Thanks for the issue. Yep, the parser couldn't parse correctly the command. Most likely, the parser will be removed in the future due to the complexity of support and...

Hi. Are you sure your Docker instance works ok under VM?

Hi @kisonay Unfortunately, we don't have this feature at the moment.

Yep. We have plans to implement this feature.

Hi @benjamingb . We know about it but unfortunately didn't fix yet. We'll try to implement some solution in the near future. https://github.com/DockStation/dockstation/issues/87

Hi @RVN-BR Yep, we know about it problem. We're thinking how to resolve it easier but I think need to make a custom parser. The problem throw because we have...