Description
Dockerfiles can be checked for common mistakes, best-practice issues, and inline shell problems before images are built.
It is useful for developers and DevOps teams who want more reliable container builds and clearer review feedback. A linter cannot prove a container is secure or correct, but it can catch many avoidable Dockerfile and shell-script problems early.