jesseduffield / lazydocker

The lazier way to manage everything docker
MIT License
38.82k stars 1.23k forks source link

Connecting to remote docker host over ssh is broken #510

Closed rajiv-k closed 6 months ago

rajiv-k commented 9 months ago

As reported by @whobutsb:

I was testing out this new functionality. Is honoring the docker context only available for http connections? Am I able to use ssh connections? When I changed my docker context and ran lazydocker I wasn't able to connect. Here is the inspection on my docker context:

docker context inspect uj-staging
[
{
"Name": "uj-staging",
"Metadata": {},
"Endpoints": {
"docker": {
"Host": "ssh://uj-staging",
"SkipTLSVerify": false
}
},
}
]

Error Message: Screenshot 2023-10-12 at 7 50 41 AM

Originally posted by @whobutsb in https://github.com/jesseduffield/lazydocker/issues/464#issuecomment-1759658537