Skip to content

Instantly share code, notes, and snippets.

@Omie
Created December 11, 2014 19:14
Show Gist options
  • Save Omie/aac3ce6184fe942cc8a8 to your computer and use it in GitHub Desktop.
Save Omie/aac3ce6184fe942cc8a8 to your computer and use it in GitHub Desktop.
LXC
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