Skip to content

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

License

Notifications You must be signed in to change notification settings

netresearch/docker-validator-w3c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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