-
-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
Hi @mariotoffia and thanks for writing this super capable library :)
Some time ago Docker added ssh protocol support to DOCKER_HOST and -H, --host HOST to docker and docker-compose.
That means docker-compose can connect directly to the remote machine without depending on docker-machine (provided valid ssh key). Switching between remote targets (on the fly) should also be possible.
Best reference I could find mentioning ssh support is their blog article
I've looked at the code but wasn't able to find where to specify --host parameter when calling docker-compose.
Kind regards.