Flynn - Open Source PaaS powered by Docker
41–50 of 155 posts
Re: Flynn - Open Source PaaS powered by Docker
#42Earlier quoted context omitted.
I don't see this in the FAQ: the magic that makes all of this happen (which you're integrating) is technology built by other developers. Why should we be supporting you to do this work rather than the other developers who broke ground and already did a majority of the heavy lifting?
Docker was a big piece of the puzzle. I worked with DotCloud to make Docker happen and we're involved in that community quite heavily. There's still a lot more work to do, otherwise we would not be bothering with a campaign like this.
Re: Flynn - Open Source PaaS powered by Docker
#43Re: Flynn - Open Source PaaS powered by Docker
#44Earlier quoted context omitted.
So integrating with VPS providers such as Linode and Digital Ocean will be possible? If so, would this be easy to do for end-users? Never got in to Cloud Foundry because it's overly complex and very limiting. Always went with Heroku, but wished I could have a Heroku-style infrastructure on the above mentioned VPS providers for the benefits of running better hardware, being more affordable, being multi-region, etc, et…
Yes, there's no reason this can't run on VPS providers. Some have APIs for provisioning, so hooking them up for automated deployment is not complex either.
Re: Flynn - Open Source PaaS powered by Docker
#45Heroku I'm looking at you, lower your prices.
Re: Flynn - Open Source PaaS powered by Docker
#46Re: Flynn - Open Source PaaS powered by Docker
#47Earlier quoted context omitted.
So integrating with VPS providers such as Linode and Digital Ocean will be possible? If so, would this be easy to do for end-users? Never got in to Cloud Foundry because it's overly complex and very limiting. Always went with Heroku, but wished I could have a Heroku-style infrastructure on the above mentioned VPS providers for the benefits of running better hardware, being more affordable, being multi-region, etc, et…
Docker runs on linode and digital ocean ( https://github.com/dotcloud/docker/issues/469 , https://github.com/dotcloud/docker/issues/424 ) by loading a custom kernel. Assuming the requirements for Flynn aren't much more than Docker, the whole stack should run there as well. Easy for end-users is probably a matter of opinion, especially until Flynn releases some code.
Re: Flynn - Open Source PaaS powered by Docker
#48I wonder if using Heroku buildpacks is a good idea, though. Something that can more fully take advantage of Docker layers, and in some cases APT packages for language runtimes, would be better IMO.
Re: Flynn - Open Source PaaS powered by Docker
#49Re: Flynn - Open Source PaaS powered by Docker
#50What are the advantages/disadvantages compared to Dokku ( http://progrium.com/blog/2013/06/19/dokku-the-smallest-paas-... )? It is also based on Docker, super easy to set up on your own server and: Available today.