Dockerfile contains instructions to build a preconfigured image of the languagetool http server.
docker build -t languagetool .
docker run -d -p 8081:8081 languagetool:latest
The Dockerfile is based on gentics/languagetool-docker. Thanks for sharing!