Table of Contents

LXC

Create a generic ubuntu lxc

sudo lxc-create --name <machine name> -t download -- --dist ubuntu --release vivid --arch amd64

List lxc

sudo lxc-ls -f

Start an existing lxc

sudo lxc-start -n zapp -d