inercia / k3x

A UI for local Kubernetes clusters created with k3d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot use docker via a SSH URL

Roming22 opened this issue · comments

The validation of the URL always fails with 'ssh://user@ip' is not a valid Docker URL..
In the shell DOCKER_HOST=ssh://user@ip docker info runs fine.

The root cause is that the call to docker.DockerClient in docker.py fails because paramiko is not available.