This fork contains an installable version of dnsrecon via pip.
To install dnsrecon:
> pip install dnsrecon
Using Docker:
> docker run --rm -t dnsrecon -d my_domain.com
Be careful to set `-t` option when call Docker. Otherwise you will not see the console output.