Last active
March 31, 2016 14:34
-
-
Save erangaeb/c8d3ecf755989e754007b7faadcafcb5 to your computer and use it in GitHub Desktop.
Create lxc container
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
| # command | |
| sudo lxc-create -n <container-name> -t <template> | |
| # example | |
| sudo lxc-create -n mongodb -t ubuntu | |
| # mongodb is the container name and ubuntu is the template | |
| # list of available templates at /usr/share/lxc/templates |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment