Projects often have dependencies on external services. For example, a project may need to run a database or a message queue.A common pattern is for developers to run these services on their
local workstations. This is not ideal since allowing AI agents to
access services outside their own container can create security risks.
Runloop solves this problem by allowing you to run AI ageints along
side Docker-based services all on the same Devbox.We have specific extensible blueprints for running Docker-in-Docker on a Devbox. You can use one of our standard blueprint images to start a devbox or build your own custom, base blueprint for accomplishing this task.