End of the line

This commit is contained in:
OPSXCQ 2017-01-02 19:08:30 -02:00
parent 778233671e
commit 9b5985f85b
No known key found for this signature in database
GPG Key ID: 9AD730FE9CDE5661
1 changed files with 0 additions and 9 deletions

View File

@ -1,11 +1,2 @@
# Damn Vulnerable Web Application Docker container
Just a DVWA container for docker
## Build
docker build -t dvwa:1.9 .
## Run
docker run -d --name dvwa -p 80:80 -p 3306:3306 dvwa:1.9 || docker start dvwa