|
|
|
|
|
by bmullan
3816 days ago
|
|
You can create either privileged or unprivileged LXC containers. Creating Unprivileged containers only requires a very simple configuration that takes 60 seconds to do. Here's Stephane Graber's blog on it:
https://www.stgraber.org/2014/01/17/lxc-1-0-unprivileged-con... Also, note that with LXD/LXC the "default" container is now unprivileged. Also with LXD/LXC the LXC command syntax is now simplified even more than it was with traditional LXC but with the added power of being able to orchestrate and manage LXC containers either remotely or locally. https://linuxcontainers.org/lxd/getting-started-cli/ |
|