Skip to main content

Installation

Add to mix.exs:

Authentication

config/config.exs (takes precedence over env vars):
Environment variables:
All functions return {:ok, result} or {:error, reason}. Every Sandbox function accepts either a bare %Sandbox{} or an {:ok, %Sandbox{}} tuple as its first argument — so you can pipe across multiple steps without unwrapping.

Quick start

Sandbox lifecycle

Running commands

Ports & networking

Actor / profile

create_sandbox/2 options

wait_until_running/2 options