|
|
|
|
|
by throw2016
2518 days ago
|
|
LXC is daemonless, there is no process hanging around after the container start, so it starts the container and uses any privileges required to setup things like networking, mounts etc and then drops privileges. LXC had unprivileged container support since 2013 so that part is fairly mature now. 'Unprivileged' in this case means the container process itself is running as a normal user. |
|
[I maintain runc, and collaborate with the LXC folks.]