MISP / x_old_misp_docker

MISP Docker (XME edition)
284 stars 172 forks source link

"docker-compose up" misp_web error #154

Closed cybervibe closed 1 year ago

cybervibe commented 2 years ago

Hi there,

I am having issues starting the docker service for MISP. Please see below for the error message.

root ➜ /misp-docker (master ✗) $ docker-compose up                                                                     
Removing misp_web
misp_db is up-to-date 

Recreating c483a4264978_misp_web ... error 
ERROR: for c483a4264978_misp_web  Cannot start service web: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "wait-for-it.sh": executable file not found in $PATH: unknown

ERROR: for web  Cannot start service web: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "wait-for-it.sh": executable file not found in $PATH: unknown
ERROR: Encountered errors while bringing up the project.

Screenshot 2022-07-17 010222

Can someone please advise and help me?

Thanks for your time.

righel commented 1 year ago

Could you do a git pull and try again? somehow seems you are missing this file Then try docker-compose up --build

Let me know if that helps.