4 points | by sankalpnarula 14 hours ago ago
2 comments
Did you look at Docker sbx https://docs.docker.com/reference/cli/sbx/ ?
Docker Sandboxes run AI coding agents in isolated microVM sandboxes. Each sandbox gets its own Docker daemon, filesystem, and network ~ the agent can build containers, install packages, and modify files without touching your host system.
It might be good to describe why existing solutions (like Kata containers) wasn't a good solution for you.
Did you look at Docker sbx https://docs.docker.com/reference/cli/sbx/ ?
Docker Sandboxes run AI coding agents in isolated microVM sandboxes. Each sandbox gets its own Docker daemon, filesystem, and network ~ the agent can build containers, install packages, and modify files without touching your host system.
It might be good to describe why existing solutions (like Kata containers) wasn't a good solution for you.