Hacker News new | ask | show | jobs
by a_t48 65 days ago
Does it support running Docker images inside the sandbox?
1 comments

Yes, for instance Twill is running a local postgres and redis directly in the sandbox using docker compose when running on our codebase.

This is what enables Twill to self verify its work before opening a PR