From 46fedf3764ef081d6dfcdcafa00c451ff830f8fd Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Mon, 23 Apr 2018 11:20:25 +0200 Subject: [PATCH] Fix for Docker command to start WebWolf --- .../src/main/resources/lessonPlans/en/IntroductionWebWolf.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webgoat-lessons/webwolf-introduction/src/main/resources/lessonPlans/en/IntroductionWebWolf.adoc b/webgoat-lessons/webwolf-introduction/src/main/resources/lessonPlans/en/IntroductionWebWolf.adoc index f48b27fb2..2de95e696 100644 --- a/webgoat-lessons/webwolf-introduction/src/main/resources/lessonPlans/en/IntroductionWebWolf.adoc +++ b/webgoat-lessons/webwolf-introduction/src/main/resources/lessonPlans/en/IntroductionWebWolf.adoc @@ -24,7 +24,7 @@ WebWolf is also available as a Docker container: ``` docker pull webgoat/webwolf -docker run -it 8081:8081 /home/webwolf/run.sh +docker run -it -p 8081:8081 webgoat/webwolf /home/webwolf/run.sh ``` This will start the application on port 8081, click webWolfLink:here[] to open WebWolf.