How to add ready command
When you are building a sandbox template you can specify the ready command by using the--ready-cmd
option:
Sandbox template config
You can specify the ready command inside thee2b.toml
in the same directory where you run e2b template build
.
Default values
By default, the ready command is set tosleep 0
, which means the sandbox template will be ready immediatelly.
If the start command is defined, the default is set to sleep 20
, which means that the template sandbox will wait for 20 seconds before taking the snapshot.