Creating Templates
In Parallels Cloud Server, 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:
-
You create a virtual machine or Container with the required configuration.
-
You make a template on the basis of the created virtual machine or Container.
-
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.
|