dockerfile-msf
dockerfile-msf copied to clipboard
/usr/local/bin/init.sh: line 5: /etc/init.d/postgresql: No such file or directory
I just pulled the latest version and got this:
docker run --rm -it phocean/msf
/usr/local/bin/init.sh: line 5: /etc/init.d/postgresql: No such file or directory
Duplicates #11. Please try with image "r0mdau/msf" while waiting for the PR to be merged. Better option is to build yourself the image.
How do I build the image, sorry very new to docker.
I tried cloning your repo but when I run the msfconsole it says there isn't enough memory. But I checked my system memory and I think I have enough space
@gardnerapp to build this image :
docker build -t phocean/msf .
Fixed with last update.