From 622ab3dc3dab9fbdd31aaab5609aa44bea0fcd71 Mon Sep 17 00:00:00 2001 From: Falldog Date: Mon, 28 Dec 2020 00:11:23 +0800 Subject: [PATCH] Add cli template engine "dcinja" tutorial in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a64f602..34c35bb 100644 --- a/README.md +++ b/README.md @@ -371,6 +371,7 @@ Native desktop applications for managing and montoring docker hosts and clusters ##### CLI tools - [captain](https://github.com/jenssegers/captain) - Easily start and stop docker compose projects from any directory. By [@jenssegers](https://github.com/jenssegers) +- [dcinja](https://github.com/Falldog/dcinja) - The powerful and smallest binary size of template engine for docker command line environment. By [@Falldog](https://github.com/Falldog) - [docker-ls](https://github.com/mayflower/docker-ls) - CLI tools for browsing and manipulating docker registries by [@mayflower](https://github.com/mayflower) - [docker pushrm](https://github.com/christian-korneck/docker-pushrm) - A Docker CLI plugin that lets you push the README.md file from the current directory to Docker Hub. Also supports Quay and Harbor. By [@christian-korneck](https://github.com/christian-korneck) - [dockersql](https://github.com/crosbymichael/dockersql) - A command line interface to query Docker using SQL by [@crosbymichael](https://github.com/crosbymichael)