= instance:create == Description Creates a new container instance. == Syntax instance:create [options] name == Arguments |=== |Name |Description | name | The name of the new container instance |=== == Options |=== |Name |Description |-b, --bare |Do not use add default features |-tr, --text-resource |Add a text resource to the instance |-rs, --rmi-server-port |Port number for RMI server connection |-p, --profiles |Profiles to install on the instance |-l, --location |Location of the new container instance in the file system |-o, --java-opts |JVM options to use when launching the instance |-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 |-a, --address |IP address of the new container instance running on (when virtual IP is used) |-v, --verbose |Display actions performed by the command (disabled by default) |-s, --ssh-port |Port number for remote secure shell connection |-r, -rr, --rmi-port, --rmi-registry-port |Port number for RMI registry connection |--help |Display this help message |-br, --binary-resource |Add a text resource to the instance |===