Previous page

Next page

Locate page in Contents

Print this page

Creating Templates

In Virtuozzo, you can create a template using the prlctl clone utility. Making a template may prove useful if you need to create several virtual machine or Container with the same configuration. In this case, your steps can be as follows:

  1. You create a virtual machine or Container with the required configuration.
  2. You make a template on the basis of the created virtual machine or Container.
  3. You use the template to create as many virtual machine or Container as necessary.

Let us assume that you want to create a template of the MyVM virtual machine. To do this, you can run the following command:

# prlctl clone MyVM --name template1 --template

This command clones the MyVM virtual machine and saves it as the template1 template. After the template has been successfully created, you can use it for creating new virtual machines.