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

brew install lazydocker don't work #398

Open
NedkoHristov opened this issue Oct 31, 2022 · 9 comments
Open

brew install lazydocker don't work #398

NedkoHristov opened this issue Oct 31, 2022 · 9 comments
Labels
bug Something isn't working

Comments

@NedkoHristov
Copy link

NedkoHristov commented Oct 31, 2022

brew install lazydocker don't work. The message is:

Docker event stream returned error: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

I'm running it on MacBook Pro M1. Docker is running.

@NedkoHristov NedkoHristov added the bug Something isn't working label Oct 31, 2022
@listik
Copy link

listik commented Nov 2, 2022

Same thing was happening to me, it's a bug in Docker itself fixed two days ago; see changelog for 4.13.1

@giammyisjammy
Copy link

Had the same problem, can confirm that the latest Docker update fixes the issue.

@Zbigniewlatka
Copy link

After installing lazydocker both the one and the other method of application in the latest MacOs does not start.

@mark2185
Copy link
Contributor

mark2185 commented Feb 9, 2023

@Zbigniewlatka is there an error message? Is it a M1 mac?

@Zbigniewlatka
Copy link

there is no message. MacBook 2020 M1. :)

@hay-kot
Copy link

hay-kot commented Apr 22, 2023

Found my solution here, on MacOS looks like the docker socket is somewhere else by default so I had to create a symlink

sudo ln -s ~/Library/Containers/com.docker.docker/Data/docker.raw.sock /var/run/docker.sock
DOCKER_HOST=unix:///var/run/docker.sock docker ps # test that it works using linked socket file

Source -> https://stackoverflow.com/a/74148162

@NicolasLopes7
Copy link

The solution above worked for me, but that's pretty annoying and might make some people stop using this app. Any expectations to include this fix to the main lib?

@jesseduffield
Copy link
Owner

Is this something that can be fixed by bumping the docker SDK from within lazydocker or do users just need to update their docker versions?

@hay-kot
Copy link

hay-kot commented Aug 21, 2023

I think this may be fixed in the latest Docker Desktop release, or at least there is an option to get the behavior I would expect.

CleanShot 2023-08-21 at 09 48 51@2x

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

8 participants