#拉取webgoat镜像
docker pull webgoat/webgoat-7.1
#运行webgoat
docker run -p 8080:8080 -t webgoat/webgoat-7.1
#登录
localhost:8080/WebGoat
user: webgoat
password: webgoat
#拉取dvwa镜像
docker pull citizenstig/dvwa
#运行
docker run -p 80:80 -t citizenstig/dvwa
#登录用户名密码
admin
password
#WSL中tail -f没效果的解决办法
tail -f ---disable-inotify info.log