-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Comments
Same thing was happening to me, it's a bug in Docker itself fixed two days ago; see changelog for 4.13.1 |
Had the same problem, can confirm that the latest Docker update fixes the issue. |
After installing lazydocker both the one and the other method of application in the latest MacOs does not start. |
@Zbigniewlatka is there an error message? Is it a M1 mac? |
there is no message. MacBook 2020 M1. :) |
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 |
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? |
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? |
brew install lazydocker
don't work. The message is:I'm running it on MacBook Pro M1. Docker is running.
The text was updated successfully, but these errors were encountered: