Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.77 KB

File metadata and controls

39 lines (24 loc) · 1.77 KB

WOSPM Docker

This repository contains Dockerfile for WOSPM/Checker tool and the built image is ready on Docker Hub.

Contributor Covenant WOSPM Checker Markdown Linter Dockerfile Lint


Table Of Contents


Introduction

This is a repository of a Docker file to create images that contains pre-installed wospm-checker with latest version to check your project. The latest image are also ready on Docker Hub.

How To Use

You can check your repo by mounting the root directory of the repo to /app directory of the container.

docker run -v /path/tp/your/repo:/app -i -t  wospm/checker wospm-checker --verbose 1

Contributing

See CONTRIBUTING.md for detail.

Code of Conduct

See CODE_OF_CONDUCT for detail.