A process from a host joined a container's namepsace and is trying to write ns_last_pid
file present in /proc/sys/kernel/ns_last_pid
. but it is giving an error of Read only file system
.
whereas i'm able to do this on the host's ns_last_pid
file via this solutionunable to write /proc/sys/kernel/ns_last_pid file
How to solve this issue?