instance:clone
Description
Clones an existing container instance.
Syntax
instance:clone [options] name cloneName
Arguments
| Name | Description |
|---|
| name | The name of the source container instance |
| cloneName | The name of the cloned container instance |
Options
| Name | Description |
|---|
| -l, --location | Location of the cloned container instance in the file system |
| -o, --java-opts | JVM options to use when launching the cloned instance |
| -br, --binary-resource | Add a text resource to the instance |
| -s, --ssh-port | Port number for remote secure shell connection |
| -rs, --rmi-server-port | Port number for RMI server connection |
| -v, --verbose | Display actions performed by the command (disabled by default) |
| -r, -rr, --rmi-port, --rmi-registry-port | Port number for RMI registry connection |
| -tr, --text-resource | Add a text resource to the instance |
| --help | Display this help message |