enclave add
Your distributed applications run in enclaves. They are isolated from each other, to ensure they don't interfere with each other. To create a new, empty enclave, simply run:
kurtosis enclave add
- The
--production
flag can be used to make sure services restart in case of failure (default behavior is not restart)