/yamllint-docker

A docker image for https://github.com/adrienverge/yamllint

Primary LanguageDockerfileApache License 2.0Apache-2.0

A Docker image for yamllint

This repository provides an automated build for a lean yamllint Docker image.

Usage

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