With uc run --entrypoint you can set the entrypoint, but this only takes a single argument. You can set the cmd but not any argument. In a compose.yaml you can set arguments.
Extend --entrypoing to take a list, --entrypoint sleep, inifity for feature parity.
-m machine already has code that does this, can be reused here.
With uc run --entrypoint you can set the entrypoint, but this only takes a single argument. You can set the cmd but not any argument. In a compose.yaml you can set arguments.
Extend --entrypoing to take a list,
--entrypoint sleep, inifityfor feature parity.-m machinealready has code that does this, can be reused here.