Skip to content

Docker image for W3C/HTML5 validator

Provides W3C Markup Validation Service and Nu Html Checker (v.Nu).

Dependencies

How to run

Use Docker Compose to run this W3C validator along with Nu Html Checker (v.Nu), docker-compose.yml example:

---
version: '3.5'

services:
  vnu:
    image: ghcr.io/validator/validator:latest
    restart: unless-stopped

  w3c:
    build: .
    image: ghcr.io/netresearch/validator-w3c
    ports:
     - "80:80"
    restart: unless-stopped

Now open http://localhost/ or http://localhost/nu/ in your browser.

References

ToDo

  • Add W3C CSS Validator

About

Docker container image for the W3C validator with Nu Html Checker (v.Nu)

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

5 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages