Pre-Commit hooks for validating Docker projects
Ian Fijolek
433aa60a38
All checks were successful
continuous-integration/drone/push Build is passing
Woops! |
||
---|---|---|
tests | ||
.drone.yml | ||
.gitignore | ||
.pre-commit-hooks.yaml | ||
compose-check.sh | ||
hooks.yaml | ||
LICENSE | ||
Makefile | ||
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.