How would this look like when multiple branches from different projects work together? > Developers can pull individual components or services locally and connect to the rest of the stack on Runnable. This sounds great, I wonder how this is done. I am currently evaluating docker-cloud for the same purpose since all of our infrastructure is Dockerized. Can you comment on the differences?
> How would this look like when multiple branches from different projects worm together?
Each repository has it's own configuration, and each branch gets it's own container. We allow you to connect branches together, not dissimilar to DNS[1].
To work on individual components locally we have a couple of tricks up our sleeves, but at the end of the day we have a CLI that will allow you to do file syncing and ssh'ing into your boxes from your own terminal[2].
1: https://runnable.zendesk.com/hc/en-us/articles/209632083-Aft...
2: https://runnable.zendesk.com/hc/en-us/articles/208018696-How...