Dockerlint is deprecated. I don't have time to maintain it anymore, please find an alternative.
Lint a Dockerfile
for potential issues related to image size and functionality.
You will need to have Python 3.4 or above installed on your system.
- Clone the repository.
- Run
make install-deps
. - Run
make
. - Run
python3 main.py [OPTIONS]
. - Get results.
MIT - Copyright (c) 2020-present Reece Dunham. See the LICENSE file for more information.