typo: fix typo in the docker run command

fix typo in the docker run command.
dev
George 2022-04-13 21:17:27 +08:00 committed by GitHub
parent 757c028da8
commit a2a395e2ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ docker pull projectdiscovery/subfinder:latest
Running subfinder using docker image:
```sh
docker -t projectdiscovery/subfinder:latest -d hackerone.com
docker run -t projectdiscovery/subfinder:latest -d hackerone.com
```
Running subfinder using docker image with local config file: