From dacc1d42f3d018612468a345206a035712a297ea Mon Sep 17 00:00:00 2001 From: ihucos Date: Sat, 17 Mar 2018 01:49:40 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2ab3aea..ef84788 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c - [dockit](https://github.com/humblec/dockit) :skull: - Do docker actions and Deploy gluster containers! By [@humblec](https://github.com/humblec) - [Grafeas](https://github.com/Grafeas/Grafeas) - A common API for metadata about containers, from image and build details to security vulnerabilities. By [Grafeas](https://github.com/Grafeas) - [Longshoreman](https://github.com/longshoreman/longshoreman) :skull: - 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) +- [plash](https://github.com/longshoreman/longshoreman) - A container run and build engine - runs inside docker. ### Monitoring From daa84dd0090ed37e9b4fa0763773e3d2e6660608 Mon Sep 17 00:00:00 2001 From: ihucos Date: Tue, 20 Mar 2018 10:39:45 +0100 Subject: [PATCH 2/3] Plash is now in "Container Composition" also fixed link --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef84788..f33cf8b 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,8 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c - [rocker](https://github.com/grammarly/rocker) - Extended Dockerfile builder. Supports multiple FROMs, MOUNTS, templates, etc. by [grammarly](grammarly). - [Stacker](https://github.com/stacker/stacker-cli) - Docker Compose Templates. Stacker provides an abstraction layer over Docker Compose and a better DX (developer experience). - [Zodiac](https://github.com/CenturyLinkLabs/zodiac) :skull: - A lightweight tool for easy deployment and rollback of dockerized applications. By [@CenturyLinkLabs][CenturyLinkLabs] +- [plash](https://github.com/ihucos/plash) - A container run and build engine - runs inside docker. + ### Deployment and Infrastructure @@ -170,7 +172,6 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c - [dockit](https://github.com/humblec/dockit) :skull: - Do docker actions and Deploy gluster containers! By [@humblec](https://github.com/humblec) - [Grafeas](https://github.com/Grafeas/Grafeas) - A common API for metadata about containers, from image and build details to security vulnerabilities. By [Grafeas](https://github.com/Grafeas) - [Longshoreman](https://github.com/longshoreman/longshoreman) :skull: - 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) -- [plash](https://github.com/longshoreman/longshoreman) - A container run and build engine - runs inside docker. ### Monitoring From 397a408039c7011210d0cb83242c5e4c0c76fe2c Mon Sep 17 00:00:00 2001 From: ihucos Date: Wed, 21 Mar 2018 10:34:39 +0100 Subject: [PATCH 3/3] Update README: changed position of "plash" entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f33cf8b..baaef8c 100644 --- a/README.md +++ b/README.md @@ -154,11 +154,11 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c - [habitus](https://github.com/cloud66/habitus) - A Build Flow Tool for Docker by [@cloud66](https://github.com/cloud66) - [Maestro](https://github.com/toscanini/maestro) :skull: - Maestro provides the ability to easily launch, orchestrate and manage mulitiple Docker containers as single unit by [@tascanini](https://github.com/toscanini) - [percheron][percheron] :skull: - Organise your Docker containers with muscle and intelligence by [@ashmckenzie](https://github.com/ashmckenzie) +- [plash](https://github.com/ihucos/plash) - A container run and build engine - runs inside docker. - [rocker-compose](https://github.com/grammarly/rocker-compose) - Docker composition tool with idempotency features for deploying apps composed of multiple containers. By [@grammarly](grammarly) - [rocker](https://github.com/grammarly/rocker) - Extended Dockerfile builder. Supports multiple FROMs, MOUNTS, templates, etc. by [grammarly](grammarly). - [Stacker](https://github.com/stacker/stacker-cli) - Docker Compose Templates. Stacker provides an abstraction layer over Docker Compose and a better DX (developer experience). - [Zodiac](https://github.com/CenturyLinkLabs/zodiac) :skull: - A lightweight tool for easy deployment and rollback of dockerized applications. By [@CenturyLinkLabs][CenturyLinkLabs] -- [plash](https://github.com/ihucos/plash) - A container run and build engine - runs inside docker. ### Deployment and Infrastructure