blackbird icon indicating copy to clipboard operation
blackbird copied to clipboard

Cannot start service for lacking start_blackbird.sh

Open Jay54520 opened this issue 6 years ago • 1 comments

My system is MacOS, using docker to run.

$ docker-compose up
Successfully tagged blackbird:latest

$ docker-compose up
Creating blackbird_blackbird_1 ... error

ERROR: for blackbird_blackbird_1  Cannot start service blackbird: OCI runtime create failed: container_linux.go:296: starting container process caused "exec: \"/blackbird/start_blackbird.sh\": stat /blackbird/start_blackbird.sh: no such file or directory": unknown

ERROR: for blackbird  Cannot start service blackbird: OCI runtime create failed: container_linux.go:296: starting container process caused "exec: \"/blackbird/start_blackbird.sh\": stat /blackbird/start_blackbird.sh: no such file or directory": unknown
ERROR: Encountered errors while bringing up the project.

$ ls | grep start_blackbird.sh
start_blackbird.sh

Jay54520 avatar Sep 02 '18 02:09 Jay54520

Recreate start_blackbird.sh with LF as End of line

giansalex avatar Jan 19 '20 05:01 giansalex