Hey,
my program wants that I've set up the kernel.core_pattern variable and I've tried setting this by many ways. There's only one answer by the system: Read-only file system.
My program checks this var by this command:
/sbin/sysctl -n kernel.core_pattern
How can I change this to be able to run my program ?
I shouldn't change the starter script from a distribution, but I have to do it for now, meanwhile I'm still waiting for possible workarounds, thank you.
have you tried running the container as --privileged
we need the output of this information https://github.com/docker/docker/blob/master/CONTRIBUTING.md#reporting-issues
I'm sorry, Jess.
I could change this using --privileged
flag. Closing this issue.
Most helpful comment
have you tried running the container as --privileged