Docker needs paramiko to perform SSH connections to a Docker Engine.
Docker does not declare paramiko as a dependency, so pip does not install it together with docker.
Currently, an import error is thrown when this happens.
Show a cleaner error message.
Docker needs paramiko to perform SSH connections to a Docker Engine.
Docker does not declare paramiko as a dependency, so pip does not install it together with docker.
Currently, an import error is thrown when this happens.
Show a cleaner error message.