Earlier quoted context omitted.
Who in their right mind would pay $0.288 per hour (a little over $200 per month) to dotCloud for roughly the equivalent of an EC2 small instance, when with just a little extra time spent up front, they'll be able to fire up an AMI of Flynn and pay less than a quarter as much per month?
Me, for one. I CBF diddling around with firing up AMI's and dealing with everything myself anymore. A lot of developers are like that, too.
Flynn - Open Source PaaS powered by Docker
141–150 of 155 posts
Re: Flynn - Open Source PaaS powered by Docker
#142Earlier quoted context omitted.
Who in their right mind would pay $0.288 per hour (a little over $200 per month) to dotCloud for roughly the equivalent of an EC2 small instance, when with just a little extra time spent up front, they'll be able to fire up an AMI of Flynn and pay less than a quarter as much per month?
Who in their right mind would pay for a dedicated server monthly when with just a little extra time spent up front, they'll be able to buy an inhouse server and pay less than a quarter as much in the long run? You see where I'm trying to go with that?
Re: Flynn - Open Source PaaS powered by Docker
#143Re: Flynn - Open Source PaaS powered by Docker
#144Earlier quoted context omitted.
Me, for one. I CBF diddling around with firing up AMI's and dealing with everything myself anymore. A lot of developers are like that, too.
Is the convenience of not having to do the extra initial setup and occasional maintenance really worth the substantial markup every month ?
Re: Flynn - Open Source PaaS powered by Docker
#145This is great guys, good to see more people bringing PaaS-like workflow without the baggage. We've been working in this space with Juju ( http://juju.ubuntu.com ) but we're using standard LXC for containers. Using LXC allows us to support applications that run on multiple processes, and since Juju is also written in Go, It seems like it might be possible for us to work together in some interesting ways. We already ha…
Has the issue with juju on LXC not surviving reboots been fixed?
Re: Flynn - Open Source PaaS powered by Docker
#146Earlier quoted context omitted.
Juju is a great project and you guys are way ahead of the game but the AGPL licensing is problematic for proprietary services built on that platform.
Do you mind explaining that? Would the fact that they use AGPL for Juju matter if you're not hacking on Juju itself? I don't see how it would be an issue, it wouldn't extend to the proprietary software you run on a Juju-setup service, would it? I could be completely wrong, mind you.
Using the database doesn't impose any restrictions on your software.
Even hacking on juju to add API'S you for your client software doesn't impose restrictions on the client -- it just means you are subject to the AGPL licence source distribution rules on the patched version of Juju.
Re: Flynn - Open Source PaaS powered by Docker
#147Re: Flynn - Open Source PaaS powered by Docker
#148Earlier quoted context omitted.
Has the issue with juju on LXC not surviving reboots been fixed?
LXC support in the latest Go juju landed earlier this week, and reboot persistence landed yesterday. So, yes, but it's still very new.
Re: Flynn - Open Source PaaS powered by Docker
#149Earlier quoted context omitted.
Juju is a great project and you guys are way ahead of the game but the AGPL licensing is problematic for proprietary services built on that platform.
Do you mind explaining that? Would the fact that they use AGPL for Juju matter if you're not hacking on Juju itself? I don't see how it would be an issue, it wouldn't extend to the proprietary software you run on a Juju-setup service, would it? I could be completely wrong, mind you.
Re: Flynn - Open Source PaaS powered by Docker
#150Earlier quoted context omitted.
Juju is a great project and you guys are way ahead of the game but the AGPL licensing is problematic for proprietary services built on that platform.
Do you mind explaining that? Would the fact that they use AGPL for Juju matter if you're not hacking on Juju itself? I don't see how it would be an issue, it wouldn't extend to the proprietary software you run on a Juju-setup service, would it? I could be completely wrong, mind you.