Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.此内容没有您所选择的语言版本。
admin:clone
Name
admin:clone, clone — 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.
				
| Argument | Interpretation | 
|---|---|
 --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. |