-
-
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
Update version execution error: could not determine host context "default" does not exist #493
Comments
Duplicate of #488. |
The # set the property value to an empty string
"currentContext": ""
# or remove entire attribute
- "currentContext": "default" |
This solved the issue for me too! Although it never feels good to delete something without even knowing what it does 😅 . |
I can remove the |
What if you set it to an empty string? |
I've encountered the same issue, and @xyabc120's method helps me for now. Is this the only way to go? |
I have the same issue - with Setting
Removing the Interestingly, with |
Same issue. Resolved by editing docker config, but that should not be the solution |
same issue for me :( removing currentContext mkaes lazydocker work but then it gets its added back when restarting docker desktop.. making it unusable |
weirdly if i use "docker context use default" it disappears from the config file and lazydocker works... but still restarting docker adds it back. Something has got twisted here maybe on the docker side. Also it might be worth noting switching to desktop-linux context also works |
As a temporary workaround, I was able to get it to work by specifying the DOCKER_HOST environment variable as |
Any update on this ? How would be the workaround for Windows with Docker Desktop ? |
@fmanso would you be able to provide a |
I have managed to reproduce this issue on Linux, fix it & draft a PR |
Stil getting this error.
|
@gsenseless I believe this code has not yet landed on master :). |
If you are having this problem on windows, i just solved with the cmd: |
Describe the bug
After upgrading from
v0.21.0
tov0.23.1
, executing the lazydocker command resulted in an error :could not determine host context "default" does not exist
unable to parse docker host ''
To Reproduce
choco upgrade -y lazydocker
(The first installation was done through 'choco install lazydocker')lazydocker --version
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: