Awesome
tuxotron xvwa docker image
This is an image to run xvwa in a docker container. xvwa is a (intentionally) Xtreme Vulnerable Web Application.
Running the image
Start your image binding the external port 80:
sudo docker run --name xvwa -d -p 80:80 tuxotron/xvwa
Open your browser and go to:
http://localhost/xvwa
The first thing you need to do is to go to Setup / Reset menu and click on Submit / Reset button. This will prepare the database.
To stop the container:
sudo docker stop xvwa
And to restart the same container:
sudo docker start xvwa
Enjoy!