Skip to content

Commit

Permalink
docs: Add rm flag to docker run command
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueSkrillor authored Jan 12, 2024
1 parent 331b8db commit 6eef07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The Terrapin Vulnerability Scanner is a small utility program written in Go, whi
For convenience, we are providing pre-compiled binaries for all major desktop platforms. These can be found on the [Release page](https://github.com/RUB-NDS/Terrapin-Scanner/releases/latest). We have also provided a Docker image that supports most of the major architectures. This image can be run as:

```bash
docker run -it ghcr.io/rub-nds/terrapin-scanner <args>
docker run --rm -it ghcr.io/rub-nds/terrapin-scanner <args>
```

However, we understand that you might prefer building tools, that connect to your SSH server, yourself. To do this, ensure that you have at least Go v1.18 installed. To compile and install the Terrapin Vulnerability Scanner Go package, run the command below.
Expand Down

0 comments on commit 6eef07b

Please sign in to comment.