Created
June 7, 2013 09:19
-
-
Save chrisglass/5728090 to your computer and use it in GitHub Desktop.
Spin up an LXC container for some version of ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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