Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 485 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 485 Bytes

Docker container with W3C Markup Validator based on debian:jessie

Usage

Run

docker run --rm -p 8888:8888 -it folha/w3c-markup-validator

Using with DNS

docker run --dns=127.0.0.5 --dns=127.0.0.6 --rm -p 8888:8888 -it folha/w3c-markup-validator