Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using DOCKER_HOST: ssh tunneled socket never became available #591

Open
snwfdhmp opened this issue Nov 16, 2024 · 2 comments
Open

using DOCKER_HOST: ssh tunneled socket never became available #591

snwfdhmp opened this issue Nov 16, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@snwfdhmp
Copy link

Describe the bug

THE BUG :
$ lazydocker
2024/11/16 03:10:19 tunnel ssh docker host: ssh tunneled socket never became available: context deadline exceeded

I'm using DOCKER_HOST="ssh://something"

To Reproduce
Create a debian server with docker running
Create a debian client with docker client (install docker then systemctl stop docker)
Server: systemctl start docker
Client: ssh-copy-id to server
Client: export DOCKER_HOST="ssh://target"
Client: lazydocker

Expected behaviour
Start the lazydocker program.

Screenshots

$ lazydocker
2024/11/16 03:10:19 tunnel ssh docker host: ssh tunneled socket never became available: context deadline exceeded

Desktop (please complete the following information):

Client: Linux i3 6.1.0-27-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.115-1 (2024-11-01) x86_64 GNU/Linux
Server: Linux nas 5.10.0-33-amd64 #1 SMP Debian 5.10.226-1 (2024-10-03) x86_64 GNU/Linux

Client is "debian12.8 X11 i3wm alacritty tmux docker27.3.1"
Server is "debian11.11 no-gui docker27.3.1"

lazydocker is
Version: 0.23.3
Date: 2024-05-26T04:20:34Z
BuildSource: binaryRelease
Commit: 152b365
OS: linux
Arch: amd64

@snwfdhmp snwfdhmp added the bug Something isn't working label Nov 16, 2024
@mark2185
Copy link
Contributor

Does e.g. docker images work with that environment variable outside of lazydocker?

@Flamefork
Copy link

Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants