Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 623 Bytes

README.md

File metadata and controls

41 lines (33 loc) · 623 Bytes

docker-pa11y Dashboard in Docker

Test the docker pa11y dashboard and webservice in a docker environment.

Requirements

  • Docker and the docker-compose tool
  • Browser

How to use

Simply start the containers (dashboard and mongo):

If you have make installed:

make run

else:

docker-compose up -d

Check the logs:

make logs

or:

docker-compose logs -f dashboard

Go to the browser:

http://localhost:4000/

See also