dvddarias / rdocker

Securely control a remote docker daemon CLI using ssh forwarding, no SSL setup needed.
MIT License
112 stars 17 forks source link

The script does not work with python3 #3

Closed dvddarias closed 8 years ago

dvddarias commented 8 years ago

The port forwarding on the remote host does not work on python3 only servers like (16.04).

dvddarias commented 8 years ago

The code that finds a free port works on python2/3. Working on the forwarding code