mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
docker-entrypoint.sh - Path Unknown #462
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SkyLostTR on GitHub (Apr 4, 2024).
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: unknownI am having this on arm64 Synology NAS. I guess that's a problem with the paths?
Docker-Compose:
@HannesOberreiter commented on GitHub (Apr 8, 2024):
Try to manually pull the docker image before starting the container
docker pull ghcr.io/plankanban/planka:latest.Additionally check whats happening if you remove your startup command.
@SkyLostTR commented on GitHub (Apr 8, 2024):
Thanks for the help. I will try and update you.