https://github.com/uhooi/docker-textlint
Docker image for textlint
https://github.com/uhooi/docker-textlint
docker docker-image dockerfile textlint
Last synced: about 1 month ago
JSON representation
Docker image for textlint
- Host: GitHub
- URL: https://github.com/uhooi/docker-textlint
- Owner: uhooi
- License: mit
- Created: 2020-01-19T14:18:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-19T15:11:51.000Z (over 6 years ago)
- Last Synced: 2025-10-12T17:21:45.512Z (8 months ago)
- Topics: docker, docker-image, dockerfile, textlint
- Language: Dockerfile
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-textlint
[](https://hub.docker.com/r/uhooi/textlint)
[](https://github.com/uhooi/docker-textlint/actions?query=workflow%3ACD)
Docker image for textlint.
## Usage
### Shell
##### Pull the Docker image from Docker Hub:
```bash
$ docker pull uhooi/textlint:latest
```
##### Create a container from the image and run it:
```bash
# Output textlint version
$ docker run --rm uhooi/textlint --version
v11.6.1
# Run textlint example
$ docker run --rm -v $PWD:/work uhooi/textlint --plugin review --preset preset-ja-technical-writing --fix --config .textlintrc foo.re
```
### GitHub Actions
TBD