-
-
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
Issues with updated version 23.0, it no longer works #488
Comments
I had this too. Creating the
|
Bisect points to this. |
Seems odd that we're determining the Docker host by duplicating what Docker does to determine the current host. Shouldn't the entire |
Sorry, that did not work in my cases.
From: Luke Hamburg ***@***.***>
Sent: Wednesday, October 11, 2023 8:38 AM
To: jesseduffield/lazydocker ***@***.***>
Cc: PaPaTheGMan ***@***.***>; Author ***@***.***>
Subject: Re: [jesseduffield/lazydocker] Issues with updated version 23.0, it no longer works (Issue #488)
I had this too. Creating the ~/.docker directory seems to fix it.
mkdir ~/.docker
-
Reply to this email directly, view it on GitHub<#488 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANTUBLA6DBLI7PG5P3IPNP3X62HJPANCNFSM6AAAAAA534WIY4>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
@PaPaTheGMan It looks like you're running |
Ah ha, you are right. That did the trick. Why the change? I didn't need that empty folder before?
From: Nestor Custodio ***@***.***>
Sent: Wednesday, October 11, 2023 2:31 PM
To: jesseduffield/lazydocker ***@***.***>
Cc: PaPaTheGMan ***@***.***>; Mention ***@***.***>
Subject: Re: [jesseduffield/lazydocker] Issues with updated version 23.0, it no longer works (Issue #488)
@PaPaTheGMan<https://github.com/PaPaTheGMan> It looks like you're running lazydocker as sudo, so in your case a sudo mkdir /root/.docker would be the "fix".
-
Reply to this email directly, view it on GitHub<#488 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANTUBLDESOOEB7UYQP3IOT3X63QWJANCNFSM6AAAAAA534WIY4>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
Interesting: docker for mac (which I'm using) will create that directory if it doesn't already exist when it starts. I'm removing the directory existence check as it's not necessary given docker's own code will itself gracefully check for it. See #489 Works for me locally, would anybody else be able to test on their end? |
That's on the master branch now |
Same issue here, version 0.23.1, but happend after first machine reboot. |
see #493 |
Leaving the line at ~/docker/config.json : |
I'm running into the same issue. I installed lazydocker with Then, it failed with the following error mesage:
I inspected my
I replaced that line with |
I just installed |
Describe the bug
Updated to version 23.0 and now lazydocker won't run. Receive the following error messages upon attempting to run:
2023/10/11 07:58:15 > could not determine host stat /root/.docker: no such file or directory
2023/10/11 07:58:15 unable to parse docker host ``
To Reproduce
Steps to reproduce the behavior:
Expected behaviour
Expected lazydocker to run normally. Have updated many times in the past with no issues.
Screenshots
pi@RaspberryPi4B:~ $ curl https://raw.githubusercontent.com/jesseduffield/lazydocker/master/scripts/install_update_linux.sh | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 884 100 884 0 0 5490 0 --:--:-- --:--:-- --:--:-- 5525
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 4014k 100 4014k 0 0 5560k 0 --:--:-- --:--:-- --:--:-- 5560k
lazydocker
pi@RaspberryPi4B:~ $ lazydocker
2023/10/11 08:16:10 > could not determine host stat /home/pi/.docker: no such file or directory
2023/10/11 08:16:10 unable to parse docker host ``
pi@RaspberryPi4B:~ $
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: