-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Labels
Description
Long story short
I need to connect to my docker daemon via ssh, (url = 'ssh://username@hostname')
This functionality is also implemented in the docker cli and docker-py
- Expected behaviour:
Using ssh to connect to the daemon
- Actual behaviour:
None
How to reproduce
Docker('ssh://username@hostname')
Your environment
Linux - Centos 7 python 3.8
AndreaCensi, Julian and dmonroy