henrydenhengst

LXC Web Panel on Ubuntu

Nov 10th, 2015
465
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.36 KB | None | 0 0
  1. #!/bin/bash
  2. sudo apt-get install lxc lxctl lxc-templates yum -y
  3. # Creating container
  4. sudo lxc-create -t ubuntu -n test1
  5. # Creating webpanel
  6. sudo su
  7. wget http://lxc-webpanel.github.com/tools/install.sh -O - | bash
  8. # Login in LXC web panel
  9. # open broswer: http://localhost:5000  
  10. # username: admin
  11. # password: admin
  12. # web panel config file: /srv/lwp/lwp.conf
Advertisement
Add Comment
Please, Sign In to add comment