OpenVZ Containers
Starting OpenVZ:
service vz start
Creating an OpenVZ container:
Download the template to /vz/template/cache
vzctl ceate 20 --ostemplate idms-linux-4.1-x86
Redirecting a OpenVZ container to a ttty:
vzctl set 20 --devnodes "tty8:rw" --save
vzctl set 20 --devices "c:4:8:rw" --save
ln -sf tty8 20/private/dev/
echo tty8 >> 20/etc/udev/makedev.d/50-installer-fixup.nodes
MAKEDEV -d 20/private/dev tty8
- Login to post comments
