This is the updated docker version of Web for Pentester 1 from JustHumanz, implementing all features of pentesterlab
This update takes the default image to a new version, also dependencies such as php. Whit these new changes the image now runs in ARM processors (raspi for example).
Install and run docker on run device, then execute the following commands
docker pull solracs/web_for_pentest
docker run -d --restart unless-stopped --name pentest -p 8080:80 solracs/web_for_pentest
and open http://localhost:8080
Happy Hacking