diff --git a/README.md b/README.md index aa37052..696aac8 100644 --- a/README.md +++ b/README.md @@ -40,4 +40,10 @@ You can also set configuration values via environment variables: ```shell % LOG_LEVEL=info DOMAIN_WATCHLIST=domain.com SLACK_WEBHOOK=xxx dnstwist -``` \ No newline at end of file +``` + +And use it with the Docker image! + +```shell +% docker run -ti --rm -e "DOMAIN_WATCHLIST=domain.com" -e "SLACK_WEBHOOK=xxx" ghcr.io/hazcod/dnstwist/dnstwist:latest +```