Pre-Commit hooks for validating Docker projects
Go to file
IamTheFij 433aa60a38
continuous-integration/drone/push Build is passing Details
Add shellcheck back
Woops!
2020-01-30 16:31:00 -08:00
tests Add some tests and drone to run them 2020-01-28 15:21:42 -05:00
.drone.yml Add shellcheck back 2020-01-30 16:31:00 -08: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
Makefile Add some tests and drone to run them 2020-01-28 15:21:42 -05:00
README.md Initial commit 2018-05-21 10:31:17 -07:00
compose-check.sh Add some tests and drone to run them 2020-01-28 15:21:42 -05:00
hooks.yaml Fix hook description 2020-01-09 15:35:09 -08: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.