service shell
To get access to a shell on a given service container, run:
kurtosis service shell $THE_ENCLAVE_IDENTIFIER $THE_SERVICE_IDENTIFIER
where $THE_ENCLAVE_IDENTIFIER
and the $THE_SERVICE_IDENTIFIER
are resource identifiers for the enclave and service, respectively.
Adding the --exec
flag will run the specified command instead of bash/sh on the container; use it as follows -
kurtosis service shell $THE_ENCLAVE_IDENTIFIER $THE_SERVICE_IDENTIFIER --exec 'command to run'