ddollar | 10 years ago | on: Convox – Launch a Private Cloud in Minutes
ddollar's comments
ddollar | 10 years ago | on: Convox – Launch a Private Cloud in Minutes
ddollar | 10 years ago | on: Convox – Launch a Private Cloud in Minutes
ddollar | 10 years ago | on: Convox – Launch a Private Cloud in Minutes
The primary difference is that Convox is backed by a company for which this is our product and has a full-time team dedicated to it.
ddollar | 10 years ago | on: Convox – Launch a Private Cloud in Minutes
For now we are focused on building a great open-source platform.
ddollar | 10 years ago | on: Convox – Launch a Private Cloud in Minutes
The minimum per-application cost would be for an ELB. Counting the slice of runtime cluster needed to run it I'd estimate around $20-25 per app as a minimum.
ddollar | 10 years ago | on: Convox – Launch a Private Cloud in Minutes
ddollar | 10 years ago | on: Convox – Launch a Private Cloud in Minutes
The other major difference is that software like Dokku is trying to run anywhere. Because we are only trying to run on AWS we do not need to build custom schedulers, load balancers, routers, etc. We believe this will reduce your operational costs over time.
ddollar | 10 years ago | on: Convox – Launch a Private Cloud in Minutes
We also have plans on our roadmap to integrate with internal (inside the VPC only) ELBs for internal APIs and things of that nature.
ddollar | 10 years ago | on: Convox – Launch a Private Cloud in Minutes
ddollar | 10 years ago | on: Convox – Launch a Private Cloud in Minutes
ddollar | 10 years ago | on: Convox – Launch a Private Cloud in Minutes
Convox is an app deployment platform that you can install into your own AWS account. It uses ECS, ELB, Kinesis, and many other great AWS services under the hood but automates it all away to give you a deployment experience even easier than Heroku.
Convox uses Docker under the hood so if you want to customize anything (distro, dependencies, etc) you can simply add a Dockerfile to your project.
Convox is entirely open source. Check it out at https://github.com/convox
To get started with our installer go to: http://docs.convox.com/docs/getting-started-with-convox
ddollar | 11 years ago | on: Amazon Echo
Do you have any computers in your house? A TV made in the last few years? A smartphone?
ddollar | 11 years ago | on: Tug: Use Docker for development
If you've got the time I'd love to hear more about your workflow at [email protected]
ddollar | 11 years ago | on: Tug: Use Docker for development
ddollar | 11 years ago | on: Tug: Use Docker for development
If a line starts with "docker/" the rest is assumed to be a docker image tag.
ddollar | 11 years ago | on: Tug: Use Docker for development
Tug is a simple tool that I wrote to scratch a personal itch around working with dockerized applications and trying to optimize for startup speed and writing as absolutely little configuration as possible.
I'm hoping to get a few other people to try it out and let me know if it works for them and if it's useful, especially given the existence of so many other tools of this nature.
ddollar | 11 years ago | on: Tug: Use Docker for development
ddollar | 11 years ago | on: Tug: Use Docker for development
I quite like Vagrant myself but my primary complaint is that I seem to spend a lot of time waiting for VMs to start up and run a lot of bootstrap code.
ddollar | 11 years ago | on: Tug: Use Docker for development
* Less verbose configuration, tries to assume sensible defaults
* Works with apps that do not yet themselves have a Dockerfile