2018-05-21 17:31:17 +00:00
|
|
|
# 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.
|
2020-05-19 20:27:54 +00:00
|
|
|
|
2021-04-09 17:11:11 +00:00
|
|
|
### hadolint (Removed)
|
|
|
|
These hooks have been removed in favor of the ones that have been added to https://github.com/hadolint/hadolint
|