codingo / NoSQLMap

Automated NoSQL database enumeration and web application exploitation tool.
GNU General Public License v3.0
2.88k stars 577 forks source link

Improved Dockerfile + added docker-compose #96

Closed Dryja closed 4 years ago

Dryja commented 4 years ago

Hi, I improved dockerfile, as I had some problems with using already created one. I added docker-compose for more convenient managing. In order to run it now you only needed to type 2 commands and it just works. I also changed base image from ubuntu to python-alpine to make image more compact in size. Older image - 695MB, now 216MB.

codingo commented 4 years ago

Excellent, thank-you!