Linting tool for Dockerfiles based on recommendations from Dockerfile Reference and Best practices.
50K+
Linting tool for Dockerfiles based on recommendations from Dockerfile Reference and Best practices for writing Dockerfiles as of Docker 1.6.
GitHub project : RedCoolBeans/dockerlint
Sample of project scanning :
docker run --rm -v $PWD/Dockerfile:/Dockerfile oxeva/dockerlint
or :
docker run --rm -v $PWD:/project oxeva/dockerlint dockerlint -f /project/Dockerfile
Content type
Image
Digest
Size
23.1 MB
Last updated
almost 8 years ago
docker pull oxeva/dockerlint