mirror of
https://github.com/plankanban/planka.git
synced 2025-12-15 17:23:19 +03:00
docker-entrypoint.sh - Path Unknown #372
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.
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:
@SkyLostTR commented on GitHub:
Thanks for the help. I will try and update you.
@HannesOberreiter commented on GitHub:
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.