Virtualization (LXC Containers): Difference between revisions
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
[http://linux-vserver.org/ Linux-VServer Homepage] |
[http://linux-vserver.org/ Linux-VServer Homepage] |
||
vserver $NAME build -m debootstrap --hostname magic --interface $IFACE:$IP/8 -- -d lenny |
|||
sudo newvserver --hostname $hostname --domain $domain --ip $ip/24 --dist $dist --interface $iface \ |
|||
--mirror http://mirror.csclub.uwaterloo.ca/debian/ |
|||
To have a vserver autostart, create a file called /etc/vservers/$VSERVER/apps/init/mark with content: |
To have a vserver autostart, create a file called /etc/vservers/$VSERVER/apps/init/mark with content: |
Revision as of 18:59, 23 April 2008
KVM
VServer
vserver $NAME build -m debootstrap --hostname magic --interface $IFACE:$IP/8 -- -d lenny
To have a vserver autostart, create a file called /etc/vservers/$VSERVER/apps/init/mark with content:
default