packnplay: Making it easy to run coding agents in containers
blog.fsck.com·3d
🦭Podman
Preview
Report Post

TL;DR: I built a tool to make it easier to run your favorite coding agent in a container without a lot of setup. It’s called packnplay. You can find it on GitHub

A couple months back, the folks at StrongDM open sourced Leash, a tool for Docker and macOS that gives you really granular hooks to control your coding agents. You can allow and deny individual network connections and syscalls. On the frontend, there’s a slick webui that gives you a realtime view of what your agents are doing and the ability to toggle access to resources on the fly. The whole thing is built around Amazon Cedar.

On the backend, they’ve done some really impressive work to instrument Docker to make this possible. But that’s not half as co…

Similar Posts

Loading similar posts...