We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug If liquidsoap is run in the container from the user root in interactive mode it requires settings.init.allow_root := true.
settings.init.allow_root := true
To Reproduce
docker run -it --rm --network host --user root --entrypoint bash savonet/liquidsoap:rolling-release-v2.2.x
liquidsoap --interactive
Expected behavior Allow running liquidsoap in interactive mode without checking for the user.
Version details
Install method savonet/liquidsoap:rolling-release-v2.2.x
savonet/liquidsoap:rolling-release-v2.2.x
Common issues #3192
The text was updated successfully, but these errors were encountered:
Allow running as root user inside docker container by default. Fixes:
root
3dae0bf
#3406
8625849
#3406 (#3413)
I'd like to revisit this issue.
According to my observations, /proc/1/cgroup doesn't have docker or lxc in it. They say the cause is cgroup v2.
/proc/1/cgroup
docker
lxc
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
If liquidsoap is run in the container from the user root in interactive mode it requires
settings.init.allow_root := true
.To Reproduce
docker run -it --rm --network host --user root --entrypoint bash savonet/liquidsoap:rolling-release-v2.2.x
liquidsoap --interactive
Expected behavior
Allow running liquidsoap in interactive mode without checking for the user.
Version details
Install method
savonet/liquidsoap:rolling-release-v2.2.x
Common issues
#3192
The text was updated successfully, but these errors were encountered: