run-command
Last updated
Execute a command on a running service container.
rumi cloud local run-command --name <container-name> --command <command>--name
-n
Name of the service container
Yes
--command
-c
Command to execute
Yes
rumi cloud local run-command --name processor-1 --command "ls -la /opt/rumi"Last updated