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.
container build -t sandbox .container run --rm -it \
-e GEMINI_API_KEY=... \
-v "$(pwd)$:/src" \
sandbox