From c27d2cb61663d4220ebdea8bd339ec812593b84f Mon Sep 17 00:00:00 2001 From: Mike Dillon Date: Tue, 20 Jan 2015 16:22:19 -0800 Subject: [PATCH] Add dockerfile_lint --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 91d3a63..ea0ca8d 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,7 @@ This list is not exhaustive, contribute to make it so: add your docker resource * [OctoHost](http://www.octohost.io/) (Simple web focused Docker based mini-PaaS server. git push to deploy your websites as needed) by [@octohost](https://github.com/octohost) * [Dockly](https://github.com/swipely/dockly): Dockly is a gem made to ease the pain of packaging an application in Docker. * [docker-volumes](https://github.com/cpuguy83/docker-volumes) (Docker Volume Manager) by [@cpuguy83](https://github.com/cpuguy83) +* [dockerfile_lint](https://github.com/redhataccess/dockerfile_lint) (A rule-based 'linter' for Dockerfiles) by [@redhataccess](https://github.com/redhataccess) ## Useful Images * [Base Image](https://github.com/phusion/baseimage-docker) by [@phusion](https://github.com/phusion/)