Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

User:Dusty/Debian template creation

49 bytes added, 04:23, 10 April 2007
m
no edit summary
We can now create a VE based on the just-created template cache. Be sure to change <tt>i386</tt> to your architecture just like you did when you named the tarball above.
sudo vzctl create 12345 123456 --ostemplate debian-4.0-i386-basic
Now make sure that it works:
sudo vzctl start 12345123456 sudo vzctl exec 12345 123456 ps ax
You should see that a few processes are running as expected.
== Final cleanup ==
Stop and remove the test VE you just created:
sudo vzctl stop 12345123456 sudo vzctl destroy 12345123456 sudo rm /etc/vz/conf/123456.conf.destroyed
31
edits