klakegg/html-proofer

By klakegg

Updated over 3 years ago

Image

100K+

HTMLProofer

Build Status

Docker image for HTMLProofer.

Latest version: 3.19.2

Using image

This image does not try to do any fancy except being up-to-date.

Command line
docker run --rm -it \
  -v $(pwd):/src \
  klakegg/html-proofer:3.19.2 \
  --allow-hash-href --check-html --empty-alt-ignore
docker-compose
  validate:
    image: klakegg/html-proofer:3.19.2
    command: --allow-hash-href --check-html --empty-alt-ignore
    volumes:
      - .:/src

Configuration

Volumes:

  • /src - Site folder and workdir

Docker Pull Command

docker pull klakegg/html-proofer