ontrack icon indicating copy to clipboard operation
ontrack copied to clipboard

Error entrypoint

Open JamesDAdams opened this issue 3 years ago • 4 comments

Hi, i have this error woth docker-compose

Creating ontrack-db ... done Creating ontrack ... error

ERROR: for ontrack Cannot start service app: OCI runtime create failed: container_linux.go:346: starting container process caused "exec: "/ontrack/entrypoint.sh": permission denied": unknown

ERROR: for app Cannot start service app: OCI runtime create failed: container_linux.go:346: starting container process caused "exec: "/ontrack/entrypoint.sh": permission denied": unknown ERROR: Encountered errors while bringing up the project.

JamesDAdams avatar Oct 17 '20 13:10 JamesDAdams

@salquier @luketainton Do y'all have any insight on this?

inoda avatar Oct 17 '20 16:10 inoda

Try to add execution permission to the file : chmod +x entrypoint.sh and the rebuild the image

Or change the entrypoint (last line in Dokerfile) to ENTRYPOINT [ "/bin/sh", "/ontrack/entrypoint.sh" ]

salquier avatar Oct 17 '20 20:10 salquier

@JamesAdams92150 did the suggestion work?

inoda avatar Oct 24 '20 19:10 inoda

not work...

JamesDAdams avatar Oct 28 '20 21:10 JamesDAdams