Hi, I'm quite new using linux namespaces. I've been trying to englobate/merge multiple namespaces in the same instance using this command line:
unshare -p -n -f --mount-proc /bin/bash
It works well, but the moment i exit it, it's lifecycle ends as well. What i want to do is to...