This repository provides an automated build for a lean yamllint Docker image.
To lint the files one.yaml
and two.yaml
in your current directory:
docker run --rm -ti -v $(pwd):/workdir giantswarm/yamllint ./one.yaml ./two.yaml
A docker image for https://github.com/adrienverge/yamllint
DockerfileApache-2.0
This repository provides an automated build for a lean yamllint Docker image.
To lint the files one.yaml
and two.yaml
in your current directory:
docker run --rm -ti -v $(pwd):/workdir giantswarm/yamllint ./one.yaml ./two.yaml