Using cocogitto with docker

Docker images for cog are available hereopen in new window.

Usage

docker pull ghcr.io/cocogitto/cog:latest
docker run -t -v "$(pwd)":/app/ cog check

Note that you need to mount a volume pointing to your target directory for cog to be able to operate on your git log.