OPERATING SYSTEMSOS Linux

LXC Containers Ubuntu 14.04 Server

https://linuxcontainers.org/ # offical web site

lxc containers on ubuntu and linux mint.
sudo apt-get install lxc

# on ubuntu
lxc-create -n myServer01 -t ubuntu

# on linux mint
lxc-create -n test3 -t download — –dist ubuntu –release trusty –arch amd64

lxc-stop # stop lxc container
lxc-clone source destination # clones the lxc conatiner
lxc-start -n myServer01 # starts the server
lxc-start -n myServer01 -d # starts server in the background
lxc-attach -n myServer01 # attaches into the lxc container

# web interface site
https://lxc-webpanel.github.io/install.html

# directories/file locations
/var/lib/lxc/
/etc/default/lxc*
/etc/lxc/

source

ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *