dockerfile-msf icon indicating copy to clipboard operation
dockerfile-msf copied to clipboard

/usr/local/bin/init.sh: line 5: /etc/init.d/postgresql: No such file or directory

Open Rourke101 opened this issue 3 years ago • 4 comments

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

Rourke101 avatar Oct 24 '21 17:10 Rourke101

Duplicates #11. Please try with image "r0mdau/msf" while waiting for the PR to be merged. Better option is to build yourself the image.

r0mdau avatar Oct 24 '21 18:10 r0mdau

How do I build the image, sorry very new to docker.

gardnerapp avatar Oct 28 '21 18:10 gardnerapp

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 avatar Oct 28 '21 18:10 gardnerapp

@gardnerapp to build this image : docker build -t phocean/msf .

r0mdau avatar Oct 28 '21 23:10 r0mdau

Fixed with last update.

phocean avatar Jun 01 '23 23:06 phocean