docker-pre-commit/README.md
Ian Fijolek 5a0378fee5
All checks were successful
continuous-integration/drone/push Build is passing
Remove hadolint and add deprecation notice
2021-04-09 10:11:11 -07:00

12 lines
357 B
Markdown

# docker-pre-commit
A set of [pre-commit](http://pre-commit.com) hooks for Docker services
## Hooks
### docker-compose-check
Verifies that docker-compose files are valid by using `docker-compose config` to parse them.
### hadolint (Removed)
These hooks have been removed in favor of the ones that have been added to https://github.com/hadolint/hadolint