-
Notifications
You must be signed in to change notification settings - Fork 12
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
container won't start: Error: spawnSync /bin/sh EACCES #2
Comments
That's odd, thanks for reporting. Not able to replicate yet. What architecture is the container running on? |
Thanks for looking at it. This is on a fresh lxc VPS running: Operating System: Debian GNU/Linux 11 (bullseye) |
Interestingly, the bug does not surface on a comparable VPS running |
If I had to guess, it is some weirdness related to the storage driver in use by docker (default of overlay2 is apparently not available under lxc?) |
@marlon0 I pushed a squashed version of the |
I think I broke the omnibus when I flattened the image for #2 since it lost some path information. Not sure why I didn't catch this in testing.
Update: I had to undo the squashing, it was causing other problems. |
On running the docker container using the provided example settings:
The following error is thrown, and the process dies:
It seems this is related to running the command
pwgen -s 20
to generate random values for variables.The text was updated successfully, but these errors were encountered: