Red Hat Training

A Red Hat training course is available for Red Hat Fuse

4.5. admin:clone, clone

Abstract

clones an existing container instance

Synopsis

admin:clone [ --help ] [[ -l ] | [ --location ]fileName] [[ -o ] | [ --java-opts ]JVMOpts] [[ -s ] | [ --ssh-port ]port] [[ -rs ] | [ --rmi-server-port ]port] [[ -r ] | [ -rr ] | [ --rmi-port ] | [ --rmi-registry-port ]port] [[ -v ] | [ --verbose ]] { name } { cloneName }

Arguments

Table 4.5, “admin:clone Arguments” describes the command's arguments.

Table 4.5. admin:clone Arguments

ArgumentInterpretation
--help Displays the online help for this command
-l, --location Location of the cloned container instance in the file system.
-o, --java-opts JVM options to use when launching the cloned instance.
-s, --ssh-port Port number for remote secure shell connection.
-rs, --rmi-server-port Port number for RMI server connection.
-r, -rr, --rmi-port, --rmi-registry-port Port number for RMI registry connection.
-v, --verbose Display actions performed by the command (disabled by default).
name Name of the original container instance.
cloneName Name of the cloned container instance.