lazydocker icon indicating copy to clipboard operation
lazydocker copied to clipboard

Docker context using SSH does not work

Open peauc opened this issue 1 year ago • 1 comments

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):

  • OS: OSx & Linux
  • Lazydocker Version: Latest - Built on master

peauc avatar Jun 28 '24 20:06 peauc

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

peauc avatar Jul 28 '24 10:07 peauc