A short guide to sandboxing dev containers (e.g. an agent like Claude Code, or untrusted test runs) with gVisor under Docker / Docker Compose.
runsc interposes a user-space "Sentry" kernel between the container and
the host. It intercepts syscalls and re-implements a subset of the Linux