This is a lightweight docker image for hunspell. Hunspell is spell checker. See http://hunspell.github.io
The working directory is at /workdir. Mount your volume into that directory.
$ docker run --rm -v $(pwd):/workdir tmaier/hunspell:latest -H public/**/*.html
List all languages available:
docker run --rm tmaier/hunspell -D
Example:
$ docker run --rm -v $(pwd):/workdir tmaier/hunspell -u3 -i utf-8 -d de_DE_neu,en_US -p words -H public/**/*.html
Run in report mode
$ docker run --rm -v $(pwd):/workdir tmaier/hunspell -u3 -H public/**/*.html
Content type
Image
Digest
Size
10.1 MB
Last updated
over 8 years ago
docker pull tmaier/hunspell