add dockfmt

This commit is contained in:
Moshe-Immerman 2017-09-06 07:52:41 +02:00 committed by GitHub
parent add578e236
commit 09c230188a

View File

@ -354,6 +354,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)