moncho/dry

Using docker host SSH remote does not work.

OGKevin opened this issue · 3 comments

If you do the following host:

$ export DOCKER_HOST=ssh://user@ip
$ docker ps
// actually works over ssh
$ dry
INFO[0000] Dry could not start: Invalid Host: Invalid bind address format: ssh://user@ip

Thanks for reporting! This is a duplicate of #127, which will be fixed in the next release.

Mybad. Should have searched better 😓

@OGKevin No problem at all!