3.3.1. prlctl clone

Creates an exact copy of the specified container.

Syntax. 

prlctl clone <CT_name> --name <new_name> [--template] [--dst=<path>]

Table 3.23. Options

NameDescription

<CT_name>

Name of the container to clone.

--name <new_name>

Name to be assigned to the new container.

--template

Create a container template instead of a clone. Template cannot be started.

--dst=<path>

Full path to the directory for storing the contents of the cloned container. If this parameter is omitted, the clone is created in the default directory.