Ian Fijolek 62a24686f7
Some checks failed
continuous-integration/drone/push Build is failing
Merge branch 'cdalvaro/podman_support'
Closes #16
2024-06-24 11:36:03 -07:00
2018-05-21 10:31:17 -07:00
2024-05-12 18:50:33 +02:00
2018-05-21 10:31:17 -07:00
2023-10-26 14:56:42 -07:00

docker-pre-commit

A set of pre-commit hooks for Docker services

Installation

Add the following to your .pre-commit-config.yaml file

  - repo: https://github.com/iamthefij/docker-pre-commit
    rev: master
    hooks:
      - id: docker-compose-check

and then run pre-commit autoupdate.

Hooks

docker-compose-check

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

Description
Pre-Commit hooks for validating Docker projects
Readme 57 KiB
Languages
Shell 63.6%
Makefile 36.4%