Skip to content

Connecting to remote docker host over ssh is broken #510

Description

@rajiv-k

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 #464 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions