pub fn run_as_linux_runner(
config_json: String,
) -> Result<ExitStatus, Box<dyn Error + Send + Sync>>Expand description
Run as the runner (proxy + child) inside the sandbox backend (Docker/Firecracker). Reads RunnerConfig JSON from stdin.
On Linux, brings up loopback first. Used when the process is invoked as blinders --runner inside the container/VM.