We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
exec user process caused "no such file or directory"
This would be happened due to format of run.sh on pe3zx/misp-docker. There are two possible solutions to fix this:
run.sh
dos2unix
dos2unix run.sh
#!/bin/bash
#!/bin/sh
All solution required rebuilding of misp image.
misp