aiodocker
aiodocker copied to clipboard
Connect daemon via ssh
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
Sorry, I don't think that the feature can be implemented easily. Please feel free to provide a pull request though.