v2.1.1
Patch release with one small fix.
Found an issue where, when using the ssh transport, an alternate port specified in .ssh/config was not being picked up. It's actually an issue in docker_py that needed a bit of a work around, but with that in place it's now working correctly.
What's Changed
Changes
- Fix ssh:// daemons on a non-default SSH port by @GavinLucas in #134
Full Changelog: v2.1.0...v2.1.1