Docker + Red Hat OpenShift = The Tipping Point for Open PaaS?
themiddlewareman.org
Docker + Red Hat OpenShift = The Tipping Point for Open PaaS?
1–10 of 58 posts
Re: Docker + Red Hat OpenShift = The Tipping Point for Open PaaS?
#2I have to say the Cartridge API does look quite good. Has anyone had any experience with it to share?
Re: Docker + Red Hat OpenShift = The Tipping Point for Open PaaS?
#3Are all Docker images going to be required to conform to the Cartridge API, or is this another layer of standardness aimed at PaaS systems? I have to say the Cartridge API does look quite good. Has anyone had any experience with it to share?
Re: Docker + Red Hat OpenShift = The Tipping Point for Open PaaS?
#4Is there a practical/good way to easily do what I want, with Docker or another tool?
Re: Docker + Red Hat OpenShift = The Tipping Point for Open PaaS?
#5Re: Docker + Red Hat OpenShift = The Tipping Point for Open PaaS?
#6I would very much like to use Docker/containers to provision and deploy my software stacks on a beefy server I have. The ideal for me would be a whole VM in a container (nginx/uwsgi/redis/postgres/etc), but Docker can't currently do that (it only runs a single process). Is there a practical/good way to easily do what I want, with Docker or another tool?
Re: Docker + Red Hat OpenShift = The Tipping Point for Open PaaS?
#7I would very much like to use Docker/containers to provision and deploy my software stacks on a beefy server I have. The ideal for me would be a whole VM in a container (nginx/uwsgi/redis/postgres/etc), but Docker can't currently do that (it only runs a single process). Is there a practical/good way to easily do what I want, with Docker or another tool?
Re: Docker + Red Hat OpenShift = The Tipping Point for Open PaaS?
#8Does this force the other major PaaS providers like Heroku to support Docker? Seems like you'd need more providers on board for true portability. Awesome news though.
Re: Docker + Red Hat OpenShift = The Tipping Point for Open PaaS?
#9I would very much like to use Docker/containers to provision and deploy my software stacks on a beefy server I have. The ideal for me would be a whole VM in a container (nginx/uwsgi/redis/postgres/etc), but Docker can't currently do that (it only runs a single process). Is there a practical/good way to easily do what I want, with Docker or another tool?
For example I've forked it to built a μPaaS[2] — it has out-of-the-box integration with upstart (for supervision and logging) and replaced Heroku buildpacks with the ability to define stack in Dockerfile (which is much simpler).
[1]: https://github.com/progrium/dokku [2]: https://github.com/andreypopp/upaas
Re: Docker + Red Hat OpenShift = The Tipping Point for Open PaaS?
#10Does this force the other major PaaS providers like Heroku to support Docker? Seems like you'd need more providers on board for true portability. Awesome news though.
I really hope so, with the work that Red Hat and dotCloud are doing it will be possible for a Docker container to run on any Linux OS - which is a significant first step towards ubiquity. Whether Heroku's Buildpacks are then able to be layered on top of a Docker container is the question, not impossible as they are open source but will Heroku come on board? It seems Red Hat's OpenShift is making the moves towards thi…