Skip to content

Instantly share code, notes, and snippets.

@dandye
Created May 20, 2017 17:46
Show Gist options
  • Save dandye/b4d4584f36f0c63998daebf7e4067dcb to your computer and use it in GitHub Desktop.
Save dandye/b4d4584f36f0c63998daebf7e4067dcb to your computer and use it in GitHub Desktop.
LXC CentOS
[admin@edge ~]$ sudo yum install lxc lxc-templates
...
[admin@edge ~]$ rpm -qil lxc-templates | grep centos
/usr/share/lxc/config/centos.common.conf
/usr/share/lxc/config/centos.userns.conf
/usr/share/lxc/templates/lxc-centos
[admin@edge ~]$ sudo lxc-create -t centos -n c1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment