launch-instance

Provision and start a service instance.

Syntax

rumi cloud local launch-instance --name <name> --hostname <hostname> [--ports <ports>]

Options

Option
Short
Description
Required

--name

-n

Name of the service instance

Yes

--hostname

-h

Hostname for the service

Yes

--ports

-p

Comma-separated list of ports to expose

No

Example

rumi cloud local launch-instance --name processor-1 --hostname processor-1.local --ports 8080,8443

See Also

Last updated