Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 393 Bytes

File metadata and controls

19 lines (10 loc) · 393 Bytes

About

This project houses containerizes Damn Vulnerable Linux.

Requirements

  • docker

About Damn Vulnerable Linux

This is based off https://hub.docker.com/r/citizenstig/dvwa/, in fact it just uses the image directly! No need for Dockerfile.

To stand up the vulnerable image

docker compose up -d web

To shell into the a version of the image

docker compose run shell