This is a docker image containing OWASP bWAPP
This docker image is based on https://registry.hub.docker.com/u/tutum/lamp/
Pull image:
docker pull feltsecure/owasp-bwapp
Start container:
docker run -d -p 80:80 feltsecure/owasp-bwapp
Setup bWAPP:
http://localhost/install.php
This doker image is insipired by Rory McCune