Update README.md

This commit is contained in:
Levi Stephen 2017-03-02 10:51:14 -08:00 committed by GitHub
parent d92b28c365
commit ffe5bb8174

View File

@ -146,7 +146,7 @@ _Source:_ [What is Docker](https://www.docker.com/what-docker)
## Developer Tools
* [ahab](https://github.com/instacart/ahab) - Docker event handling with Python by [@instacart](https://github.com/instacart)
* [bocker](https://github.com/p8952/bocker) (1) - Docker implemented in 100 lines of bash by [p8952](https://github.com/p8952)
* [construi](https://github.com/lstephen/construi) - Run your builds inside a Docker defined environment by [@lstephen](lstephen)
* [construi](https://github.com/lstephen/construi) - Run your builds inside a Docker defined environment by [@lstephen](https://github.com/lstephen)
* [Docker Client for JVM](https://github.com/gesellix/docker-client) - A Docker remote api client library for the JVM, written in Groovy by [@gesellix][gesellix]
* [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)