From 4557db90acc9a7094cef848625220c3a805175ca Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Fri, 24 Jul 2015 12:44:46 +0200 Subject: [PATCH] add docker-cli in tools --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbd53aa..962093e 100644 --- a/README.md +++ b/README.md @@ -247,8 +247,9 @@ _Source:_ [What is Docker](https://www.docker.com/whatisdocker/) * [percheron](https://github.com/ashmckenzie/percheron) (Organise your Docker containers with muscle and intelligence) by [@ashmckenzie](https://github.com/ashmckenzie) * [crane](https://github.com/michaelsauter/crane) (Lift containers with ease. Easy orchestration for images and containers) by [@michaelsauter](https://github.com/michaelsauter) * [sherdock](https://github.com/rancherio/sherdock) (Automatic GC of images based on regexp) -* [bocker](https://github.com/p8952/bocker) (1) (Docker implemented in 100 lines of bash) by [p8952](https://github.com/p8952) -* [bocker](https://github.com/icy/bocker) (2) (Write Dockerfile completely in Bash. Extensible and simple. --> Reusable) by [icy](https://github.com/icy) +* [bocker](https://github.com/p8952/bocker) (1) (Docker implemented in 100 lines of bash) by [p8952](https://github.com/p8952) by [@p8952](https://github.com/p8952) +* [bocker](https://github.com/icy/bocker) (2) (Write Dockerfile completely in Bash. Extensible and simple. --> Reusable) by [@icy](https://github.com/icy) +* [docker-cli](https://github.com/j-bennet/dockercli) (A CLI with autocompletion and syntax highlighting for Docker commands.) by [@j-bennet](https://github.com/j-bennet) ## Continuous Integration / Continuous Delivery * [Drone](https://github.com/drone/drone) - Continuous integration server built on Docker and configured using YAML files.