From eb5e19eee4cdc59960cee8c0017c5d640e28c8e6 Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Sat, 2 Sep 2017 19:57:52 +0200 Subject: [PATCH 1/2] move autodock to Base Tools technically a [Sidecar](https://docs.microsoft.com/en-us/azure/architecture/patterns/sidecar) along with docker-gen, but certainly not an orchestrator --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b6a6314..676a11f 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,6 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c ### 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) * [CloudSlang](http://www.cloudslang.io/) - CloudSlang is a workflow engine to create Docker process automation * [clusterdock](https://github.com/clusterdock/clusterdock) - Docker container orchestration to enable the testing of long-running cluster deployments From 2a2f617d1aa6f4d669356fe07b4ece8cfb04231c Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Sun, 3 Sep 2017 11:00:33 +0200 Subject: [PATCH 2/2] fix mistakenly removed autodock --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 676a11f..6c22fa8 100644 --- a/README.md +++ b/README.md @@ -309,6 +309,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c ### Base Tools +* [autodock](https://github.com/prologic/autodock) - Daemon for Docker Automation by [@prologic][prologic] * [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) * [CoreOS][coreos] - Linux for Massive Server Deployments * [docker-alpine][alpine] - A super small Docker base image *(5MB)* using Alpine Linux by [@gliderlabs][gliderlabs]