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.Documentation Index
Fetch the complete documentation index at: https://docs.runloop.ai/llms.txt
Use this file to discover all available pages before exploring further.
Standard Blueprints
These Blueprints support Docker-in-Docker. When using these blueprints, your Devbox profile isroot.
| Blueprint Name | Architecture | OS | Library support | Dockerfile FROM |
|---|---|---|---|---|
runloop/ubuntu-dnd-x86_64 | x86_64 | Ubuntu 24.04 | Slim | FROM runloop:runloop/ubuntu-dnd-x86_64 |
runloop/ubuntu-dnd-arm64 | ARM64 | Ubuntu 24.04 | Slim | FROM runloop:runloop/ubuntu-dnd-arm64 |
runloop/universal-ubuntu-24.04-x86_64-dnd | x86_64 | Ubuntu 24.04 | Complete | FROM runloop:runloop/universal-ubuntu-24.04-x86_64-dnd |
runloop/universal-ubuntu-24.04-arm64-dnd | ARM64 | Ubuntu 24.04 | Complete | FROM runloop:runloop/universal-ubuntu-24.04-arm64-dnd |
