CyferShepard / Jellystat

Jellystat is a free and open source Statistics App for Jellyfin
MIT License
887 stars 30 forks source link

Can't start docker container #206

Open lockheed opened 1 month ago

lockheed commented 1 month ago

When I am drying to deploy jelly stat (with docker-compose), I get this error

[+] Running 3/3
Network jellystat Created 0.0s
Container jellystat.kv-db Started 0.2s
Container jellystat.kv Created 0.2s
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

docker-compose content doesn't matter, because even the most bare one produces the same error:

    services:
     jellystat:
      container_name: jellystat
      image: cyfershepard/jellystat:latest

There are two things I can think of that happened between this working and not-working (I do not know whether they are related to the issue):

  1. I upgraded Jellyfin from 10.8.x to 10.9.1
  2. I accidentally deleted zfs datasets for previous jellystat container, but I then recreated them, deleted the container properly (which also deletes datasets in the right way) and now trying to star from scratch.
CyferShepard commented 1 month ago

Hey @lockheed , this looks like a docker issue and not a jellystat issue The latest tag hasn't been updated in a few months and I did tests when 10.9.x launched to confirm compatibility This could be the zfs issue your mentioning