DedSecInside / TorBot

Dark Web OSINT Tool
Other
2.73k stars 509 forks source link

Added Dockerfile #321

Closed SasikaSankalana closed 8 months ago

SasikaSankalana commented 8 months ago

Issue #319

Explanation of Changes

Added the Dockerfile to build and run the container.

Screenshots of new feature/change

SasikaSankalana commented 8 months ago

@KingAkeem Have you tried running the container using this command.

docker run --network="host" your-image-name poetry run python torbot -u https://www.example.com --depth 2 --visualize tree --save json

KingAkeem commented 8 months ago

Awesome, that worked perfectly. Could you please rename the file to Dockerfile (lower case f)? If you feel comfortable updating the README, then you can add the examples there so it's apparent. Otherwise I'll take care of it.

Once the file is renamed, this is good to go. Great work and thank you for your contribution.

SasikaSankalana commented 8 months ago

@KingAkeem Renamed the Dockerfile. I think it's better to change the README by yourself.