Skip to main content

Module nomad

Module nomad 

Source
Expand description

HashiCorp Nomad backend implementing the Sandbox trait.

Each sandbox is a Nomad batch job. start() submits a job with sleep infinity, exec() shells out to nomad alloc exec (Phase 1), stop() purges the job.

Compile with --features nomad to enable.

Structsยง

NomadSandbox
Nomad job-based sandbox