In Virtuozzo, the operating system templates are used to create new Containers with a pre-installed operating system. Thus it’s recommend that you install at least one OS template from your Virtuozzo Containers CD, DVD, or Virtuozzo Containers distribution directory before creating Containers. You can use the bellow listed commands to install an operating system template on your Hardware Node.
vzpkg install template redhat-el5-x86-ez-3.0.0-4.swsoft.noarch.rpm
You can check the availability of redhat-el5-x86 EZ template has been successfully installed on the Node by issuing the following command.
vzpkg list
However, before you can start using the installed OS template for the Container creation, you should cache it with the vzpkg create cache command.
vzpkg create cache redhat-el5-x86
You may need to set up a package repository in order to cache your OS EZ templates.

