Live data from Hacker News

Runnable Sandboxes: Full-stack environments for every GitHub branch

blog.runnable.com

1–10 of 56 posts

Re: Runnable Sandboxes: Full-stack environments for every GitHub branch

#5
post #3
post #2

Hey All - Founder here. Happy to answer any questions or discuss some of the problems we've solved building on Docker.

What does Runnable allow me to do that I can't on CircleCI?

CircleCI doesn't host your containers. They just build and test them. Runnable runs actual environments for your branches

Re: Runnable Sandboxes: Full-stack environments for every GitHub branch

#6
post #2

Hey All - Founder here. Happy to answer any questions or discuss some of the problems we've solved building on Docker.

I think this is going to be the future if you can find product market fit. I'd transition my team over to Runnable, but we just finished writing our own Docker deployment system.

Re: Runnable Sandboxes: Full-stack environments for every GitHub branch

#7
post #4

This looks very similar to what is offered by https://platform.sh/ . Anybody familiar with both could contrast them?

According to the website it looks like platform.sh has a focus on drupal, symphony, & php while runnable is platform agnostic.

Re: Runnable Sandboxes: Full-stack environments for every GitHub branch

#10

Do you guys support large databases and can every branch get its own database?

Yes, every branch can get a clone of your gigabyte database. This works by applying Copy-on-Write to the containers running your stateful containers.

So it becomes very easy to test schema changes and migrations with this approach

Post reply on HN