allow local uid and gid to be specified at container creation
It is a valid use case to run a container with host uid and gid different than
the default. In particular, already deployed versions of vzctl are expected to
have this value unset, effectively meaning they are not expecting user
namespaces to be present. We also deem as a valid use case to run a fully
privileged container, in which case we will explicitly disable user namespaces.
This patch provides and documents a way to do so.
Signed-off-by: Glauber Costa <glommer@parallels.com>
4 files changed