CyferShepard / Jellystat

Jellystat is a free and open source Statistics App for Jellyfin
MIT License
1.1k stars 33 forks source link

unable to start container process: exec: "docker-entrypoint.sh": executable file not found in $PATH: unknown #209

Closed lockheed closed 5 months ago

lockheed commented 5 months ago

I cannot deploy jellystat in docker in any of the available images. Deployment ends with:

Failed to deploy a stack: jellystat.pl Pulling jellystat.pl Pulled Network jellystat.pl Creating Network jellystat.pl Created Container jellystat.pl-db Creating Container jellystat.pl-db Created Container jellystat.pl Creating Container jellystat.pl Created Container jellystat.pl-db Starting Container jellystat.pl-db Started Container jellystat.pl Starting Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "docker-entrypoint.sh": executable file not found in $PATH: unknown

I tried docker prune, deleting images, nothing helped.

Environment Details (please complete the following information):

CyferShepard commented 5 months ago

Hey @lockheed , this looks like a docker issue, a quick google search lead me to this. "exec: \"docker-entrypoint.sh\": executable file not found in $PATH" Hope it helps.

lockheed commented 5 months ago

@CyferShepard docker-entrypoint.sh is the entrypoint script for the docker image. I think it should be provided by the image itself.

CyferShepard commented 5 months ago

Hey @lockheed , yea i just realized, it should be fixed now can you check now?

lockheed commented 5 months ago

It worked. Thanks for the fix!