Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 465 Bytes

File metadata and controls

22 lines (15 loc) · 465 Bytes

Sandbox

A Container file setup to run agentic coding agents in isolation.

Working out how and what's needed to enable the equivalent of docker sandbox with Apple container OCI runtime.

Created for working on Swift projects that compile on Linux.

Set it up locally

container build -t sandbox .

Run it

container run --rm -it \
    -e GEMINI_API_KEY=... \
    -v "$(pwd)$:/src" \
    sandbox