Introducing Empire: A Self-Hosted PaaS Built on Docker and Amazon ECS
engineering.remind.com
Introducing Empire: A Self-Hosted PaaS Built on Docker and Amazon ECS
1–10 of 80 posts
Re: Introducing Empire: A Self-Hosted PaaS Built on Docker and Amazon ECS
#2In particular, I think the idea of embedding a Procfile in a Docker image is really clever; it neatly solves the problem of how to distribute the metadata about how to run an image.
Re: Introducing Empire: A Self-Hosted PaaS Built on Docker and Amazon ECS
#3Re: Introducing Empire: A Self-Hosted PaaS Built on Docker and Amazon ECS
#4Just putting this out there in case anyone is looking for an alternate open-source PaaS.
I've never personally used it before (self-hosted), but it may be something that someone out there is looking for.
Re: Introducing Empire: A Self-Hosted PaaS Built on Docker and Amazon ECS
#5Re: Introducing Empire: A Self-Hosted PaaS Built on Docker and Amazon ECS
#6Re: Introducing Empire: A Self-Hosted PaaS Built on Docker and Amazon ECS
#7Re: Introducing Empire: A Self-Hosted PaaS Built on Docker and Amazon ECS
#8Re: Introducing Empire: A Self-Hosted PaaS Built on Docker and Amazon ECS
#9This is neat. You might want to check out KONG ( https://github.com/Mashape/kong ) instead of putting a plain nginx in front of the containers/microservices. It is built on top of nginx too, but it provides all the extra functionality like rate-limiting and authentication via plugins.
Re: Introducing Empire: A Self-Hosted PaaS Built on Docker and Amazon ECS
#10personally i use dokku ( https://github.com/progrium/dokku ). i would be happy to see one standard "heroku-like" paass since i feel too many people trying to tackle the same problem.