This project has not been updated since February. Cursory searches are not showing more active forks. It might be interesting to look at the code for educational purposes, but I wouldn't recommend building on this.
Last commit 6 months ago
How does this compare against dokku (https://github.com/dokku/dokku)?
Very cool - there is Convox who does this as well.
one question - there have been a few open source PAAS out there for a while. But no real competitor to Heroku till now. What's missing ?
Really pleased to see that they've open-sourced this work! I interviewed at Ooyala back in 2013 when they were just getting started on this project so it's quite satisfying to see how far they've taken this project!
This looks cool. I'm using dokku to do that and I'm very satisfied with it, but I would like something closer to core docker experience, which would make it easier to integrate with other tools/process (like swarm, which not to have on dokku is a big problem).
This is where I want to see docker go, being able to handle zero downtime deployment without pain, good luck!
I don't understand why this was necessary given Swarm, Mesos, Kubernetes, AWS... Can someone elaborate?
Super cool! I've been using Singularity (https://github.com/hubspot/singularity) for the last year and love it.
(Also I work at HubSpot where Singularity was developed)
Don't forget supergiant.io which addresses the very kludgey way that Docker addresses stateful distributed apps
I assume the "aaS" stands for "as a service", but what's the P stand for?
And yes, I looked at the link. It uses "PaaS" without defining it.
I've been following PaaSs built on docker for a while, and it seems like the new swarm mode in version 1.12 makes them pretty much obsolete. I was a huge fan of deis (deis.io), but it seems like they are pivoting away from docker to do something different (deis.com). At this point, think docker has become big enough such that building a platform on top of it is pretty much redundant, but something like this may prove useful for more modular container systems such as rkt.