SORC3r3r/dockerized-actions-runner

Update docker-compose to support SSH-based DOCKER_HOST

Opened this issue · 0 comments

Describe the bug

The currently installed version of docker-compose (1.17.1, build unknown) does not support setting the DOCKER_HOST variable with ssh as the protocol.

On my own machine using version 1.27.4, build 40524192 this works.

Steps to reproduce the behavior

  1. Run docker-compose -H ssh://user@host docker-compose up
  2. See error docker.errors.DockerException: Invalid bind address protocol: ssh://user@host

Expected vs actual behavior

docker-compose should work with remote SSH hosts, this was an issue in older versions which has since been fixed.