Merge pull request #445 from Moshe-Immerman/dockfmt

add dockfmt
This commit is contained in:
Julien Bisconti 2017-09-08 15:53:44 +03:00 committed by GitHub
commit 967a9619b1

View File

@ -353,6 +353,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c
### Linter
* [dockfmt](https://github.com/jessfraz/dockfmt) 🤕 - Dockerfile formatter and parser by [@jessfraz][jessfraz]
* [dockerfile_lint](https://github.com/projectatomic/dockerfile_lint) - A rule-based 'linter' for Dockerfiles by [@redhataccess](https://github.com/redhataccess)
* [Hadolint](https://github.com/lukasmartinelli/hadolint) - A Dockerfile linter written in Haskell by [@lukasmartinelli](https://github.com/lukasmartinelli)
* [Whale-linter](https://github.com/jeromepin/whale-linter) - A simple and small Dockerfile linter written in Python3+ without dependencies by [@jeromepin](https://github.com/jeromepin)