-
-
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
error editing config #165
Comments
@qdm12 any ideas on that? |
It's because the binary is on a Scratch image so there is no shell. What program does lazydocker use to modify the configure? Maybe we can incorporate it in Go? Otherwise we can have the go binary on Alpine which should solve the problem but it's less fancy. |
Lines 127 to 168 in a3b3c94
|
Maybe put a statically built xdg-open binary next to lazydocker in the scratch image? I'm away from keyboard but I'll check later. EDIT: I'm looking into it now, I might have an ugly solution to copy paste xdg-open from an Alpine image to |
When you try to edit the configuration with Concerning Should we simply let the user modify the config by bind mounting it on the Docker host? |
@qdm12 I think bind mounting is a good solution. As for your question about the OpenFile config option, happy to give guidance but I'm not sure what you're looking for haha |
Open in nano or vim? |
@meteoro could you please clarify what is the question? |
Hi there!
First, thanks for the nice tool!
I run into the issue when I tried to change the configure.
By pressing "o" i get the error
Did i missed something? I'm using lazydocker in a docker.
System:
lazyteam/lazydocker:latest
ubuntu 18.04
docker: Docker version 19.03.2, build 6a30dfc
Thanks!
pix_1
EDIT:
This not happen when using the binary version.
The text was updated successfully, but these errors were encountered: