Skip to content

Instantly share code, notes, and snippets.

@chrisglass
Created June 7, 2013 09:19
Show Gist options
  • Save chrisglass/5728090 to your computer and use it in GitHub Desktop.
Save chrisglass/5728090 to your computer and use it in GitHub Desktop.
Spin up an LXC container for some version of ubuntu
lxc-create -n <NAME> -t ubuntu -- --release <RELEASE ie. precise, raring...> -b <USERNAME to bind home to in the VM>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment