Beam Sandboxes fully support Docker and Docker Compose 🚢
Sandboxes are containerized cloud environments for running user code, reinforcement learning experiments, and evaluating LLMs.
We launched Sandboxes earlier this year, and we kept getting the same question from developers:
Do you support running Docker inside the Sandboxes?
Even though we’ve always supported Docker images, running the Docker daemon inside sandboxes required modifying our container runtime. To ship this securely, we added gVisor support to Beam.
This unlocks a few things:
> Run Docker and Docker Compose in isolated cloud environments
> Multi-tenant security without exposing the host Docker daemon
> Fully reproducible environments (if it works locally, it works on Beam)
If you're building something that needs secure, isolated Docker environments, give this a shot!