Skip to content

Commit

Permalink
Update based on code review
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby committed Jan 11, 2024
1 parent 5019b6f commit adfc8ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ To quickly get started with Tsunami scans,
docker run --network="host" -v "$(pwd)/logs":/usr/tsunami/logs tsunami
```

1. debugging issues with Tsunami container. The tsunami container is based on Debian which means
you you can exec into the container and install debug tools:
1. debugging issues with Tsunami container. The tsunami container is based on Debian. To run debug tools simply
exec into the container and install them:

```shell
docker exec -it tsunami bash
Expand Down

0 comments on commit adfc8ce

Please sign in to comment.