SergeHallyn_libvirtlxc
Pretty trivial actually:
- apt-get install -y libvirt-bin lxc
- lxc-create -t ubuntu -n o1
- virsh -c lxc:// define o1.xml
- virsh -c lxc:// start o1
- virsh -c lxc:// console o1
Now you can log in as user ubuntu, password ubuntu.
SergeHallyn_libvirtlxc (last edited 2012-08-24 15:37:09 by serge-hallyn)