|
|
|
|
|
by grimblee
52 days ago
|
|
--userns=auto asign a different namespace for each container, so if you escape it you get a random uid far far away from root
it also protects other containers from the compromise since they each have their own namespace and uid/gid range, the drawback though is that you can't mount shared volume unless you use a pod, since you would see files from outside your uid/gid range as owned by nobody and inaccessible. |
|