1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 09:41:20 +00:00
dockerfiles/webgoat/README.md
2016-06-11 08:15:37 +08:00

26 lines
388 B
Markdown

webgoat
=======
![](https://badge.imagelayers.io/vimagick/webgoat:latest.svg)
[WebGoat][1] is a deliberately insecure Web Application.
### docker-compose.yml
```yaml
webgoat:
image: vimagick/webgoat
ports:
- "8080:8080"
restart: always
```
### up and running
```bash
docker-compose up -d
firefox http://localhost:8080/WebGoat/
```
[1]: https://github.com/WebGoat/WebGoat