https://github.com/zoni/docker-remark-lint
Docker image for remark-lint
https://github.com/zoni/docker-remark-lint
Last synced: 5 months ago
JSON representation
Docker image for remark-lint
- Host: GitHub
- URL: https://github.com/zoni/docker-remark-lint
- Owner: zoni
- License: mit
- Created: 2019-08-25T11:19:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-14T04:53:26.000Z (about 5 years ago)
- Last Synced: 2025-07-14T09:42:59.352Z (12 months ago)
- Language: Dockerfile
- Size: 777 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-remark-lint
Docker image for remark-lint
## Usage
Copy or mount a directory containing markdown files you want to check onto `/project`.
For example:
```sh
docker run --rm -it -v "$(pwd):/project:ro" quay.io/zoni/remark-lint:latest /project --frail
```