> For the complete documentation index, see [llms.txt](https://ben-hurs-organization.gitbook.io/guia-de-appsec/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ben-hurs-organization.gitbook.io/guia-de-appsec/command-line/docker.md).

# Docker

{% code title="Run local Juice Shop" %}

```bash
docker run --rm -p 3000:3000 bkimminich/juice-shop
```

{% endcode %}
