From 3d4feadc77a878b946078b684885e7fe5f31dcfd Mon Sep 17 00:00:00 2001 From: Jerome Pin Date: Tue, 19 Jul 2016 09:18:15 +0200 Subject: [PATCH] Add Whale-linter I wrote a simple Dockerfile linter, hoping it will help people make better Docker images. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 38dc1e6..281417a 100644 --- a/README.md +++ b/README.md @@ -390,6 +390,7 @@ by [@prologic][prologic] * [sbt-docker-compose](https://github.com/Tapad/sbt-docker-compose) - Integrates Docker Compose functionality into sbt by [@kurtkopchik](https://github.com/kurtkopchik/) * [docker-useful-commands](https://github.com/cauealves/docker-useful-commands) - A list with useful commands for make your day better * [docker-gulp-seed](https://github.com/cauealves/docker-gulp-seed) - This project is a skeleton for make a simple way to run tasks of Gulp inside a container. +* [Whale-linter](https://github.com/jeromepin/whale-linter) - A simple and small Dockerfile linter written in Python3+ without dependencies. ## Continuous Integration / Continuous Delivery