Its a vulnerable container which has OWASP top 10 2021 Vulnerable container has 80 port open. So map your host machine port with its 80 port to access lab challenges
Pull the container image
sudo docker pull bhanugoudm041/lab:latest
Run the container
sudo docker run -d -p 80:80 bhanugoudm041/lab:latest
Shell
sudo docker exec -it containerID /bin/bash
Content type
Image
Digest
sha256:8536be47a…
Size
440.2 MB
Last updated
over 1 year ago
docker pull bhanugoudm041/lab