
Configure DVWA on Docker
Configure DVWA on Docker
With docker accessing the hacking tools is much easier, in this post we will see how to use DVWA in a simple independent of the operating system so if you use windows or mac you will not have any type of problem.
With the following command we can make the desired image.
docker search web–dvwa
with the following command we download the image
docker pull vulnerables/web-dvwa

Now we run our container with the following command line.

In the following URL we perform the configuration very intuitively.
http://localhost:81/setup.php


Now you must make the appropriate configuration of each of the parameters.

Related courses:
[ihc-select-level]
References:
https://hub.docker.com/
https://docs.docker.com/install/linux/docker-ce/ubuntu/
https://docs.docker.com/docker-for-windows/install/