From eb5e19eee4cdc59960cee8c0017c5d640e28c8e6 Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Sat, 2 Sep 2017 19:57:52 +0200 Subject: [PATCH 1/8] 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 90634463f3ab339a9ebe8a206a561e28d5eb371f Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Sat, 2 Sep 2017 20:12:36 +0200 Subject: [PATCH 2/8] move docket to registeries --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6a6314..cd92d0d 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,6 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c * [Conduit](https://github.com/ehazlett/conduit) - Experimental deployment system for Docker by [@ehazlett](https://github.com/ehazlett) * [depcon](https://github.com/gondor/depcon) - Depcon is written in Go and allows you to easily deploy Docker containers to Apache Mesos/Marathon, Amazon ECS and Kubernetes. By [@gonodr][gondor] * [deploy](https://github.com/ttiny/deploy) - Git and Docker deployment tool. A middle ground between simple Docker composition tools and full blown cluster orchestration. Declarative configuration and short commands for managing (syncing, building, running) of infrastructures of more than a few services. Able to deploy whole preconfigured server or system of services with a single line (without having to scroll the line). -* [Docket](https://github.com/netvarun/docket) - Custom docker registry that allows for lightning fast deploys through bittorrent by [@netvarun](https://github.com/netvarun/) * [dockit](https://github.com/humblec/dockit) - Do docker actions and Deploy gluster containers! By [@humblec](https://github.com/humblec) * [Longshoreman](https://github.com/longshoreman/longshoreman) - Longshoreman automates application deployment using Docker. Just create a Docker repository (or use a service), configure the cluster using AWS or Digital Ocean (or whatever you like) and deploy applications using a Heroku-like CLI tool. By [longshoreman](https://github.com/longshoreman) @@ -365,6 +364,7 @@ Services to securely store your Docker images. * [Azure Container Registry](https://azure.microsoft.com/de-de/services/container-registry/) Manage a Docker private registry as a first-class Azure resource * [CargoOS](https://github.com/RedCoolBeans/cargos-buildroot) - A bare essential OS for running the Docker Engine on bare metal or Cloud. By [@RedCoolBeans](https://github.com/RedCoolBeans) * [Cycle.io](https://cycle.io/) Bare-metal container hosting. +* [Docket](https://github.com/netvarun/docket) - Custom docker registry that allows for lightning fast deploys through bittorrent by [@netvarun](https://github.com/netvarun/) * [Docker Hub](https://hub.docker.com/) provided by Docker Inc. * [Docker Registry v2][distribution] - The Docker toolset to pack, ship, store, and deliver content * [GCE Container Registry](https://cloud.google.com/container-registry/) Fast, private Docker image storage on Google Cloud Platform From a4dfb1293477d277ee48a8ae50d319cf7bb1c69b Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Sat, 2 Sep 2017 20:16:58 +0200 Subject: [PATCH 3/8] update deploy description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6a6314..39eb4fb 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c * [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) * [Conduit](https://github.com/ehazlett/conduit) - Experimental deployment system for Docker by [@ehazlett](https://github.com/ehazlett) * [depcon](https://github.com/gondor/depcon) - Depcon is written in Go and allows you to easily deploy Docker containers to Apache Mesos/Marathon, Amazon ECS and Kubernetes. By [@gonodr][gondor] -* [deploy](https://github.com/ttiny/deploy) - Git and Docker deployment tool. A middle ground between simple Docker composition tools and full blown cluster orchestration. Declarative configuration and short commands for managing (syncing, building, running) of infrastructures of more than a few services. Able to deploy whole preconfigured server or system of services with a single line (without having to scroll the line). +* [deploy](https://github.com/ttiny/deploy) 🤕 - Git and Docker deployment tool. A middle ground between simple Docker composition tools and full blown cluster orchestration by [@ttiny](https://github.com/ttiny) * [Docket](https://github.com/netvarun/docket) - Custom docker registry that allows for lightning fast deploys through bittorrent by [@netvarun](https://github.com/netvarun/) * [dockit](https://github.com/humblec/dockit) - Do docker actions and Deploy gluster containers! By [@humblec](https://github.com/humblec) * [Longshoreman](https://github.com/longshoreman/longshoreman) - Longshoreman automates application deployment using Docker. Just create a Docker repository (or use a service), configure the cluster using AWS or Digital Ocean (or whatever you like) and deploy applications using a Heroku-like CLI tool. By [longshoreman](https://github.com/longshoreman) From 23fe0971bcf14459831bfd6993e83f6d0dcb5a89 Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Sat, 2 Sep 2017 20:27:33 +0200 Subject: [PATCH 4/8] Move DoMonit to API --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6a6314..4cdad78 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,6 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c * [Docker-Fluentd][fluentd] - Docker container to Log Other Containers' Logs. One can aggregate the logs of Docker containers running on the same host using Fluentd by [@kiyoto][kiyoto] * [Docker-mon](https://github.com/icecrime/docker-mon) - Console-based Docker monitoring by [@icecrime](https://github.com/icecrime) * [Dockerana](https://github.com/dockerana/dockerana) - packaged version of Graphite and Grafana, specifically targeted at metrics from Docker. -* [DoMonit](https://github.com/eon01/DoMonit) - A simple Docker Monitoring wrapper For Docker API * [Dynatrace](https://www.dynatrace.com/technologies/cloud-and-microservices/docker-monitoring/) - Monitor containerized applications without installing agents or modifying your Run commands * [Glances](https://nicolargo.github.io/glances/) - A cross-platform curses-based system monitoring tool written in Python by [@nicolargo](https://github.com/nicolargo) * [Grafana Docker Dashboard Template](https://grafana.com/dashboards/179) - A template for your Docker, Grafana and Prometheus stack [@vegasbrianc][vegasbrianc] @@ -387,6 +386,7 @@ Services to securely store your Docker images. * [Docker-PowerShell](https://github.com/Microsoft/Docker-PowerShell) - PowerShell Module for Docker * [Docker.DotNet](https://github.com/Microsoft/Docker.DotNet) - C#/.NET HTTP client for the Docker remote API by [@ahmetalpbalkan](ahmetalpbalkan) * [dockerode](https://github.com/apocas/dockerode) - Docker Remote API node.js module by [@apocas](https://github.com/apocas) +* [DoMonit](https://github.com/eon01/DoMonit) - A simple Docker Monitoring wrapper For Docker API * [go-dockerclient](https://github.com/fsouza/go-dockerclient/) - Go HTTP client for the Docker remote API by [@fsouza](https://github.com/fsouza/) * [Gradle Docker plugin](https://github.com/gesellix/gradle-docker-plugin) - A Docker remote api plugin for Gradle by [@gesellix][gesellix] * [libcompose](https://github.com/docker/libcompose) - Go library for Docker Compose. From 4b42a32c0f2fd7b51346b640fa9556b8601d9c7e Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Sat, 2 Sep 2017 20:41:49 +0200 Subject: [PATCH 5/8] Update nanobox --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6a6314..24bc6be 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c * [Dokku][dokku] - Docker powered mini-Heroku that helps you build and manage the lifecycle of applications (originally 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 -* [Nanobox](https://github.com/nanobox-io/nanobox) - A micro-PaaS (μPaaS) for creating consistent, isolated, development environments deployable anywhere +* [Nanobox $$$](https://github.com/nanobox-io/nanobox) - An application development platform that creates local environments that can then be deployed and scaled in the cloud. * [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/) * [Tsuru](https://github.com/tsuru/tsuru) - Tsuru is an extensible and open source Platform as a Service software * [Workflow](https://github.com/deis/workflow) - The open source PaaS for Kubernetes by [Deis](https://github.com/deis). Formerly Deis v1. From 237aecb91f85629721ad567baa4f02e74c586e73 Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Sat, 2 Sep 2017 20:43:37 +0200 Subject: [PATCH 6/8] Move ciandcd to awesome lists --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6a6314..24eeaf8 100644 --- a/README.md +++ b/README.md @@ -396,7 +396,6 @@ Services to securely store your Docker images. ### CI/CD -* [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). * [Cyclone](https://github.com/caicloud/cyclone) - A cloud native CI/CD platform built for container workflow by [@caicloud](https://github.com/caicloud). @@ -542,6 +541,7 @@ Services to securely store your Docker images. ## Awesome Lists +* [Awesome-ciandcd](https://github.com/ciandcd/awesome-ciandcd) - Not specific to docker but relevant. * [Awesome Kubernetes](https://github.com/ramitsurana/awesome-kubernetes) by [@ramitsurana][ramitsurana] * [Awesome Linux Container](https://github.com/Friz-zy/awesome-linux-containers) more general about container than this repo, by [@Friz-zy](https://github.com/Friz-zy). * [Awesome Selfhosted](https://github.com/Kickball/awesome-selfhosted) list of Free Software network services and web applications which can be hosted locally by running in a classical way (setup local web server and run applications from there) or in a Docker container. By [@Kickball](https://github.com/Kickball) From 571e9bfd28ee794ce2b5d8fc53ed5a2709d2e469 Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Sat, 2 Sep 2017 20:52:51 +0200 Subject: [PATCH 7/8] Replace DataMC (org) with Blackfish (project) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6a6314..4a4de43 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c ### Deployment and Infrastructure +[blackfish](https://gitlab.com/blackfish/blackfish) - a CoreOS VM to build swarm clusters for Dev & Production by [@DataMC](http://datamc.io/) * [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) * [Conduit](https://github.com/ehazlett/conduit) - Experimental deployment system for Docker by [@ehazlett](https://github.com/ehazlett) @@ -492,7 +493,6 @@ Services to securely store your Docker images. * [Cloud 66](https://www.cloud66.com) - Full-stack hosted container management as a service * [Codenvy](https://codenvy.com) - One-click Docker environments and cloud workspace for development teams * [ContainerShip Cloud][containership] - Multi-Cloud Container Hosting Automation Platform. -* [DataMC](http://datamc.io/) - DataMc is a PaaS for Production ready and fully managed Data Platform * [Docker Cloud](https://cloud.docker.com/) - Former Tutum * [Dockhero](https://dockhero.io/) - Dockhero is a Heroku add-on which turns a Docker image into a microservice attached to the Heroku app. Currently in beta. * [Giant Swarm](https://giantswarm.io/) - Simple microservice infrastructure. Deploy your containers in seconds. From 2a2f617d1aa6f4d669356fe07b4ece8cfb04231c Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Sun, 3 Sep 2017 11:00:33 +0200 Subject: [PATCH 8/8] 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]