Docker in sandboxes
Capy VMs include Docker Engine and Docker Compose, so tasks can build images, run service dependencies, and test containerized apps directly inside the sandbox. Use the standard Docker commands:- Pulling images and reaching the public internet from containers
- User-defined bridge networks with container/service-name DNS
- Docker Compose default networks
- Published ports that are reachable from the Capy VM, such as
curl http://127.0.0.1:3000