run-command

Execute a command on a running service container.

Syntax

rumi cloud local run-command --name <container-name> --command <command>

Options

Option
Short
Description
Required

--name

-n

Name of the service container

Yes

--command

-c

Command to execute

Yes

Example

rumi cloud local run-command --name processor-1 --command "ls -la /opt/rumi"

See Also

Last updated