Skip to content

gwillish/sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors