Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.31 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.31 KB

linterhub-docker

This is a curated catalog of linters (engines) wrapped in docker containers. Each container is based on Alpine Linux with preinstalled engine and a minimalistic set of dependencies.

Install

The following software is required:

It's recommended to get containers directly from Docker Hub:

docker pull linterhub/your_faivorite_engine

You can also build it from source:

git clone https://github.com/repometric/linterhub-docker
cd engines/your_faivorite_engine
docker build -t linterhub/your_faivorite_engine

Usage

You will need to prepare engine-specific command (for analysis) and mount a local folder to container:

docker run -v /local:/container -it linterhub/your_faivorite_engine engine_command

Contribute

Contributions are always welcome! Please read the contribution guidelines first.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.