Very cool! Been looking for something like this since Docker was announced. Basically Cloud Foundry is far too complex for what I/we need but this would fit the bill nicely. One question though, what is going to be 'the cluster' (The site says it distributes work across 'the cluster')? Basically, will it be capable of interfacing with cloud API's or will it just be you manually setting up a group of instances to host…
Flynn - Open Source PaaS powered by Docker
11–20 of 155 posts
Re: Flynn - Open Source PaaS powered by Docker
#12Seems like this would be an issue for the host-only (private) network?
Re: Flynn - Open Source PaaS powered by Docker
#13Very cool! Been looking for something like this since Docker was announced. Basically Cloud Foundry is far too complex for what I/we need but this would fit the bill nicely. One question though, what is going to be 'the cluster' (The site says it distributes work across 'the cluster')? Basically, will it be capable of interfacing with cloud API's or will it just be you manually setting up a group of instances to host…
The 'cluster' is a group of nodes running the Docker + Flynn software. It can be anything from a single server to a fleet of EC2 instances to a rack of servers. It would be easy to make a tool that spawns instances running Flynn on your choice of public/private cloud.
Re: Flynn - Open Source PaaS powered by Docker
#14Re: Flynn - Open Source PaaS powered by Docker
#15Seems like there's a CSS issue with the sponsor modal http://d.pr/i/Pgko
Re: Flynn - Open Source PaaS powered by Docker
#16And this is why you shouldn't open source the core part of your business (looking at you DotCloud). Sure, Docker is good for the community. But it's also a key competitive advantage for DotCloud. By giving away that advantage, they create opportunities for viable competitors.
This supposed competitive advantage that they would have would mean nothing if they still had to work on top of other IaaS-providers. They would be undercut by the IaaS themselves. By changing the game, they get another angle to work from.
Re: Flynn - Open Source PaaS powered by Docker
#17Earlier quoted context omitted.
It's still in the early stages of development. We're currently fundraising so that we can work on it full time. All code will be pushed to GitHub as we write it.
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?
Re: Flynn - Open Source PaaS powered by Docker
#18Re: Flynn - Open Source PaaS powered by Docker
#19Just read the FAQ and saw that Flynn is “Super Dokku” Awesome job.
Re: Flynn - Open Source PaaS powered by Docker
#20My main problem with Docker is that container IP addresses and MACs are changed after every container reboot. This means I can't have a database in one container and a web app in another because I have no way for the web app to discover the address of the database server. Seems like this would be an issue for the host-only (private) network?