From a01cdfad3c6f779099e184e51c6298be285e4719 Mon Sep 17 00:00:00 2001 From: Rafael Pinto Date: Tue, 13 Sep 2016 23:18:52 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2178c7c..a760452 100644 --- a/README.md +++ b/README.md @@ -340,6 +340,7 @@ by [@prologic][prologic] ## Dev Tools +* [athena](https://github.com/athena-oss/athena) - An automation platform with a plugin architecture that allows you to easily create and share services. * [draw-compose](https://github.com/Alexis-benoist/draw-compose) - Utility to draw a schema of a docker compose by [@Alexis-benoist](https://github.com/Alexis-benoist) * [GoSu](https://github.com/tianon/gosu) - Run this specific application as this specific user and get out of the pipeline (entrypoint script tool) by [@tianon](https://github.com/tianon) * [Chaperone](https://github.com/garywiz/chaperone) - A single PID1 process designed for docker containers. Does user management, log management, startup, zombie reaping, all in one small package. by [@garywiz](https://github.com/garywiz) @@ -406,6 +407,9 @@ by [@prologic][prologic] ## Continuous Integration / Continuous Delivery +* [athena php plugin](https://github.com/athena-oss/plugin-php) - Athena Plugin for Test Automation using PHP as a development language. +* [athena selenium plugin](https://github.com/athena-oss/plugin-selenium) - Athena Plugin to handle browser automation using Selenium. +* [athena proxy plugin](https://github.com/athena-oss/plugin-proxy) - Athena Plugin to handle a proxy server using Browsermob-proxy. * [Awesome-ciandcd](https://github.com/ciandcd/awesome-ciandcd) - Not specific to docker but relevant. * [Buddy](https://buddy.works) - The best of Git, build & deployment tools combined into one powerful tool that supercharged our development * [Captain](https://github.com/harbur/captain) - Convert your Git workflow to Docker containers ready for Continuous Delivery by [@harbur](https://github.com/harbur) @@ -478,6 +482,7 @@ Securely store your Docker images. ## Local Container Manager +* [athena](https://github.com/athena-oss/athena) - An automation platform with a plugin architecture that allows you to easily create and share services. * [Shutit](http://ianmiell.github.io/shutit/) - Tool for building and maintaining complex Docker deployments by [@ianmiell][ianmiell] * [FuGu](https://github.com/mattes/fugu) - Docker run wrapper without orchestration by [@mattes](https://github.com/mattes) @@ -582,6 +587,7 @@ desktop! ## Deployment and Infrastructure +* [athena](https://github.com/athena-oss/athena) - An automation platform with a plugin architecture that allows you to easily create and share services. * [Centurion](https://github.com/newrelic/centurion): Centurion is a mass deployment tool for Docker fleets. It takes containers from a Docker registry and runs them on a fleet of hosts with the correct environment variables, host volume mappings, and port mappings. By [@newrelic](https://github.com/newrelic) * [Clocker](https://github.com/brooklyncentral/clocker): Clocker creates and manages a Docker cloud infrastructure. Clocker supports single-click deployments and runtime management of multi-node applications that run as containers distributed across multiple hosts, on both Docker and Marathon. It leverages [Calico][calico] and [Weave][weave] for networking and [Brooklyn][brooklyn] for application blueprints. By [@brooklyncentral](https://github.com/brooklyncentral) * [Cloud 66](http://www.cloud66.com) - Full-stack hosted container management as a service @@ -592,6 +598,7 @@ desktop! ## PaaS +* [athena](https://github.com/athena-oss/athena) - An automation platform with a plugin architecture that allows you to easily create and share services. * [Atlantis](https://github.com/ooyala/atlantis) - Atlantis is an Open Source PaaS for HTTP applications built on Docker and written in Go * [Deis](https://github.com/deis/deis) (Your PaaS, your rules) -- http://deis.io/ * [Dokku][dokku] (Docker powered mini-Heroku in around 100 lines of Bash) by [@progrium][progrium] @@ -605,6 +612,7 @@ desktop! ## Remote Container Manager / Orchestration +* [athena](https://github.com/athena-oss/athena) - An automation platform with a plugin architecture that allows you to easily create and share services. * [autodock](https://github.com/prologic/autodock) (Daemon for Docker Automation) by [@prologic][prologic] * [blimp](https://github.com/tubesandlube/blimp) Uses Docker Machine to easily move a container from one Docker host to another, show containers running against all of your hosts, replicate a container across multiple hosts and more. By [@defermat](https://github.com/defermat) and [@schvin](https://github.com/schvin) * [Capitan] (https://github.com/byrnedo/capitan) Composable docker orchestration with added scripting support by [@byrnedo](https://github.com/byrnedo). From b996e8b442fab1c1efa93d0644538f6661e84679 Mon Sep 17 00:00:00 2001 From: Rafael Pinto Date: Tue, 13 Sep 2016 23:30:00 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index a760452..6447314 100644 --- a/README.md +++ b/README.md @@ -482,7 +482,6 @@ Securely store your Docker images. ## Local Container Manager -* [athena](https://github.com/athena-oss/athena) - An automation platform with a plugin architecture that allows you to easily create and share services. * [Shutit](http://ianmiell.github.io/shutit/) - Tool for building and maintaining complex Docker deployments by [@ianmiell][ianmiell] * [FuGu](https://github.com/mattes/fugu) - Docker run wrapper without orchestration by [@mattes](https://github.com/mattes) @@ -587,7 +586,6 @@ desktop! ## Deployment and Infrastructure -* [athena](https://github.com/athena-oss/athena) - An automation platform with a plugin architecture that allows you to easily create and share services. * [Centurion](https://github.com/newrelic/centurion): Centurion is a mass deployment tool for Docker fleets. It takes containers from a Docker registry and runs them on a fleet of hosts with the correct environment variables, host volume mappings, and port mappings. By [@newrelic](https://github.com/newrelic) * [Clocker](https://github.com/brooklyncentral/clocker): Clocker creates and manages a Docker cloud infrastructure. Clocker supports single-click deployments and runtime management of multi-node applications that run as containers distributed across multiple hosts, on both Docker and Marathon. It leverages [Calico][calico] and [Weave][weave] for networking and [Brooklyn][brooklyn] for application blueprints. By [@brooklyncentral](https://github.com/brooklyncentral) * [Cloud 66](http://www.cloud66.com) - Full-stack hosted container management as a service @@ -598,7 +596,6 @@ desktop! ## PaaS -* [athena](https://github.com/athena-oss/athena) - An automation platform with a plugin architecture that allows you to easily create and share services. * [Atlantis](https://github.com/ooyala/atlantis) - Atlantis is an Open Source PaaS for HTTP applications built on Docker and written in Go * [Deis](https://github.com/deis/deis) (Your PaaS, your rules) -- http://deis.io/ * [Dokku][dokku] (Docker powered mini-Heroku in around 100 lines of Bash) by [@progrium][progrium] @@ -612,7 +609,6 @@ desktop! ## Remote Container Manager / Orchestration -* [athena](https://github.com/athena-oss/athena) - An automation platform with a plugin architecture that allows you to easily create and share services. * [autodock](https://github.com/prologic/autodock) (Daemon for Docker Automation) by [@prologic][prologic] * [blimp](https://github.com/tubesandlube/blimp) Uses Docker Machine to easily move a container from one Docker host to another, show containers running against all of your hosts, replicate a container across multiple hosts and more. By [@defermat](https://github.com/defermat) and [@schvin](https://github.com/schvin) * [Capitan] (https://github.com/byrnedo/capitan) Composable docker orchestration with added scripting support by [@byrnedo](https://github.com/byrnedo). From c380f02fcf2999673ee25b0ed6723c174ce40c85 Mon Sep 17 00:00:00 2001 From: Rafael Pinto Date: Wed, 14 Sep 2016 09:36:47 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 6447314..b716574 100644 --- a/README.md +++ b/README.md @@ -340,7 +340,7 @@ by [@prologic][prologic] ## Dev Tools -* [athena](https://github.com/athena-oss/athena) - An automation platform with a plugin architecture that allows you to easily create and share services. +* [athena](https://github.com/athena-oss/athena) - An automation platform with a plugin architecture that allows you to easily create and share services. Some useful plugins are : [php plugin](https://github.com/athena-oss/plugin-php), [selenium plugin](https://github.com/athena-oss/plugin-selenium) and [proxy plugin](https://github.com/athena-oss/plugin-proxy). * [draw-compose](https://github.com/Alexis-benoist/draw-compose) - Utility to draw a schema of a docker compose by [@Alexis-benoist](https://github.com/Alexis-benoist) * [GoSu](https://github.com/tianon/gosu) - Run this specific application as this specific user and get out of the pipeline (entrypoint script tool) by [@tianon](https://github.com/tianon) * [Chaperone](https://github.com/garywiz/chaperone) - A single PID1 process designed for docker containers. Does user management, log management, startup, zombie reaping, all in one small package. by [@garywiz](https://github.com/garywiz) @@ -407,9 +407,6 @@ by [@prologic][prologic] ## Continuous Integration / Continuous Delivery -* [athena php plugin](https://github.com/athena-oss/plugin-php) - Athena Plugin for Test Automation using PHP as a development language. -* [athena selenium plugin](https://github.com/athena-oss/plugin-selenium) - Athena Plugin to handle browser automation using Selenium. -* [athena proxy plugin](https://github.com/athena-oss/plugin-proxy) - Athena Plugin to handle a proxy server using Browsermob-proxy. * [Awesome-ciandcd](https://github.com/ciandcd/awesome-ciandcd) - Not specific to docker but relevant. * [Buddy](https://buddy.works) - The best of Git, build & deployment tools combined into one powerful tool that supercharged our development * [Captain](https://github.com/harbur/captain) - Convert your Git workflow to Docker containers ready for Continuous Delivery by [@harbur](https://github.com/harbur)