add dlayer in dev tools

This commit is contained in:
Julien Bisconti 2015-08-03 07:45:58 +02:00
parent be7b35d674
commit b99ca034d5

View File

@ -258,6 +258,7 @@ _Source:_ [What is Docker](https://www.docker.com/whatisdocker/)
* [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)
* [docker-gc](https://github.com/spotify/docker-gc) (A cron job that will delete old stopped containers and unused images) by [@spotify](https://github.com/spotify)
* [dlayer](https://github.com/wercker/dlayer) (Stats collector for Docker layers) by [@wercker](https://github.com/wercker)
## Continuous Integration / Continuous Delivery
* [Drone](https://github.com/drone/drone) - Continuous integration server built on Docker and configured using YAML files.