Created
December 11, 2014 19:14
-
-
Save Omie/aac3ce6184fe942cc8a8 to your computer and use it in GitHub Desktop.
LXC
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
https://linuxcontainers.org/ | |
https://help.ubuntu.com/lts/serverguide/lxc.html | |
http://www.janoszen.com/2013/05/14/lxc-tutorial/ | |
Installing LXC ( ubuntu 13.04 ) | |
$ sudo apt-get install lxc lxctl lxc-templates | |
Creating container | |
$ sudo lxc-create -t ubuntu -n ubuntu | |
$ sudo lxc-start -n ubuntu | |
Login in container | |
$ sudo lxc-console -n ubuntu -t 1 | |
Install LXC web panel | |
$ sudo apt-get install lxc debootstrap bridge-utils -y | |
$ sudo su | |
$ wget http://lxc-webpanel.github.com/tools/install.sh -O - | bash | |
Login in LXC web panel | |
open broswer | |
http://localhost:5000 | |
username : admin | |
password admin | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment