Pre-Commit hooks for validating Docker projects
Go to file
IamTheFij 16df7e8c2f Working commit 2018-05-21 10:46:23 -07:00
.gitignore Initial commit 2018-05-21 10:31:17 -07:00
.pre-commit-hooks.yaml Working commit 2018-05-21 10:46:23 -07:00
LICENSE Initial commit 2018-05-21 10:31:17 -07:00
README.md Initial commit 2018-05-21 10:31:17 -07:00
compose-check.sh Working commit 2018-05-21 10:46:23 -07:00
hooks.yaml Working commit 2018-05-21 10:46:23 -07:00

README.md

docker-pre-commit

A set of pre-commit hooks for Docker services

Hooks

docker-compose-check

Verifies that docker-compose files are valid by using docker-compose config to parse them.