Created
May 20, 2017 17:46
-
-
Save dandye/b4d4584f36f0c63998daebf7e4067dcb to your computer and use it in GitHub Desktop.
LXC CentOS
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
[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