From 4e125beb29364e60cb44bd6d9fa08154104ff19a Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 30 Sep 2018 23:30:39 +0300 Subject: [PATCH] Added smalte template engine for docker-services configuration. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 101a0eb..f07a06e 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ _Source:_ [What is Docker](https://www.docker.com/why-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](https://github.com/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). +- [Smalte](https://github.com/roquie/smalte) – Is a dead simple and lightweight template engine. Specially designed for configure services (or application) before start in Docker. By [@roquie][https://github.com/roquie] - [Zodiac](https://github.com/CenturyLinkLabs/zodiac) :skull: - A lightweight tool for easy deployment and rollback of dockerized applications. By [@CenturyLinkLabs][CenturyLinkLabs] ### Deployment and Infrastructure