-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ssh connection #447
Comments
I currently use docker-machine to interract with remote containers. This uses ssh. I would like to use the same ssh connections with docker-api. Is this possible? I haven't got http/s exposed. |
It's supported by docker (documentation link). Example: With a host defined in my
or
Either of the examples above will connect to the remote docker daemon over ssh. I can't get this working in ruby via docker-api:
|
hello there! |
Can i connect to socket to remote server with ssh connection?
The text was updated successfully, but these errors were encountered: