jesseduffield / lazydocker

The lazier way to manage everything docker
MIT License
38.08k stars 1.21k forks source link

Docker context using SSH does not work #559

Open peauc opened 5 months ago

peauc commented 5 months ago

Describe the bug I have a docker context refering to ssh://root@peauc-homeserver lazydocker fails to connect To Reproduce As stated above create a docker context to a remote computer running to which you can connect using ssh wihout password on the key. It will fail Expected behaviour It should work

Screenshots CleanShot 2024-06-28 at 22 36 45@2x

Desktop (please complete the following information):

peauc commented 4 months ago

When using docker context & ssh the code path taken is the wrong one. We don't even evaluate the docker url. Even though, it seems that docker through SSH does not work, I didn't manage to get it to work even with Docker Context