nahamsec / bbht

A script to set up a quick Ubuntu 17.10 x64 box with tools I use.
1.14k stars 431 forks source link

adding Dockerfile to make deployment easier #30

Open kmjones1979 opened 4 years ago

kmjones1979 commented 4 years ago

I had some issues with the install using the script and didn't want to spin up an Ubuntu virtual machine so decided to convert it into a Dockerfile, hopefully someone else finds it useful. cheers!

RiRa12621 commented 4 years ago

nice, i was just considering to make that. maybe adding some doc to the readme on how to run it would make sense. for anyone coming across this in the meantime: docker build -t bbht-docker:latest . docker run -p 80:80 --rm -ti bbht-docker:latest and then you can browse to localhost:80

RiRa12621 commented 3 years ago

@nahamsec This has been open for a while and seems like a sane option, maybe you could take a look