From ba510b51f90f6506daa5a02424d77330d3fe9cc1 Mon Sep 17 00:00:00 2001 From: devhkr Date: Fri, 21 Apr 2017 11:39:16 +0200 Subject: [PATCH 1/2] Deis project name changed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f70a9ea..d673a20 100644 --- a/README.md +++ b/README.md @@ -327,7 +327,7 @@ Services to securely store your Docker images. * [Atlantis](https://github.com/ooyala/atlantis) - Atlantis is an Open Source PaaS for HTTP applications built on Docker and written in Go * [Convox Rack](https://github.com/convox/rack) - Convox Rack is open source PaaS built on top of expert infrastructure automation and devops best practices. * [Dcw](https://github.com/pbertera/dcw) - Docker-compose SSH wrapper: a very poor man PaaS, exposing the docker-compose and custom-container commands defined in container labels. -* [Deis](https://github.com/deis/deis) - Your PaaS, your rules http://deis.io/ +* [Deis](https://github.com/deis/workflow) - The open source PaaS for Kubernetes. * [Dokku][dokku] - Docker powered mini-Heroku in around 100 lines of Bash by [@progrium][progrium] * [Empire](https://github.com/remind101/empire) - A PaaS built on top of Amazon EC2 Container Service (ECS) * [Flynn](https://github.com/flynn/flynn) - A next generation open source platform as a service https://flynn.io/ From a843f4553243503be0f0c1707fe13074ec5b7658 Mon Sep 17 00:00:00 2001 From: devhkr Date: Fri, 21 Apr 2017 12:54:09 +0200 Subject: [PATCH 2/2] Added former Deis project name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d673a20..6f19979 100644 --- a/README.md +++ b/README.md @@ -327,7 +327,6 @@ Services to securely store your Docker images. * [Atlantis](https://github.com/ooyala/atlantis) - Atlantis is an Open Source PaaS for HTTP applications built on Docker and written in Go * [Convox Rack](https://github.com/convox/rack) - Convox Rack is open source PaaS built on top of expert infrastructure automation and devops best practices. * [Dcw](https://github.com/pbertera/dcw) - Docker-compose SSH wrapper: a very poor man PaaS, exposing the docker-compose and custom-container commands defined in container labels. -* [Deis](https://github.com/deis/workflow) - The open source PaaS for Kubernetes. * [Dokku][dokku] - Docker powered mini-Heroku in around 100 lines of Bash by [@progrium][progrium] * [Empire](https://github.com/remind101/empire) - A PaaS built on top of Amazon EC2 Container Service (ECS) * [Flynn](https://github.com/flynn/flynn) - A next generation open source platform as a service https://flynn.io/ @@ -335,6 +334,7 @@ Services to securely store your Docker images. * [OpenShift][openshift] - An open source PaaS built on [Kubernetes][kubernetes] and optimized for Dockerized app development and deployment by [Red Hat](https://www.redhat.com/) * [Rancher][rancher] - Rancher is an open source project that provides a complete platform for operating Docker in production * [Tsuru](https://github.com/tsuru/tsuru) - Tsuru is an extensible and open source Platform as a Service software https://tsuru.io/ +* [Workflow](https://github.com/deis/workflow) - The open source PaaS for Kubernetes by [Deis](https://github.com/deis). Formerly Deis v1. ## Remote Container Manager / Orchestration * [autodock](https://github.com/prologic/autodock) - Daemon for Docker Automation by [@prologic][prologic]