Dockerized version of the Nu HTML Checker, running on Tomcat.
Build with:
docker build -t nu-cat .
Run with:
docker run -p 8888:8080 nu-cat
You can find the validator at http://localhost:8888
Also available on Docker Hub.
Nu Cat is released under the MIT License.