From 96a4f70e699a6a9053e7ed8c46cccd48280c991b Mon Sep 17 00:00:00 2001 From: Madhu Akula Date: Wed, 30 May 2018 12:58:42 +0530 Subject: [PATCH] Added Docker setup instructions for Webgoat.NET --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index a5ce616c..08452436 100644 --- a/README +++ b/README @@ -62,3 +62,9 @@ How to build and run under Windows: them empty. 4. Click on 'Test Configuration', followed by 'Rebuild Database' and hopefully you should be good go! Enjoy your hackathon! + +Running Webgoat.NET using Docker: + +docker run --name webgoat -it -p 9000:9000 -d appsecco/owasp-webgoat-dot-net + +* Refer to https://github.com/appsecco/owasp-webgoat-dot-net-docker for detailed instructions