How to create unprivileged LXC container on Ubuntu Linux 14.04 LTS
To create an unprivileged LXC container on Ubuntu 14.04 LTS, follow these steps: Install the LXC package: sudo apt-get update sudo apt-get install lxc Create the container configuration file: sudo lxc-create -n <container-name> -t download — –dist ubuntu –release trusty –arch amd64 This will create a container based on Ubuntu 14.04 LTS (trusty) with the … Read more