admin:create
Description
Creates a new container instance.
Syntax
admin:create [options] name
Arguments
Name | Description |
---|
name | The name of the new container instance |
Options
Name | Description |
---|
-l, --location | Location of the new container instance in the file system |
-furl, --featureURL | Additional feature descriptor URLs. This option can be specified multiple times to add multiple URLs |
-f, --feature | Initial features. This option can be specified multiple times to enable multiple initial features |
-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 |
-o, --java-opts | JVM options to use when launching the instance |
-r, -rr, --rmi-port, --rmi-registry-port | Port number for RMI registry connection |
-a, --adderss | IP address of the new container instance running on(When Virtual IP is used) (defaults to 0.0.0.0) |
-tr, --text-resource | Add a text resource to the instance |
--help | Display this help message |