-
DescriptionWhen I install HomePage in docker,it comes to "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" homepage versionv0.9.13 Installation methodDocker Configurationservices:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
environment:
TZ: Asia/Shanghai
PUID: 1026 # optional, your user id
PGID: 100 # optional, your group id
ports:
- 13000:3000
volumes:
- /volume1/docker/homepage/icons:/app/public/icons
- /volume1/docker/homepage/images:/app/public/images
- /volume1/docker/homepage/config:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock
restart: unless-stopped Container LogsNo response Browser LogsNo response TroubleshootingStart container homepage failed: {"message":"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"}. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Simply googling the error would show you this is not a homepage bug but an issue with your docker (compose) install. Update docker, remove the containers, or look at some of the other suggestions out there. It’s nothing that needs be changed here |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
Simply googling the error would show you this is not a homepage bug but an issue with your docker (compose) install. Update docker, remove the containers, or look at some of the other suggestions out there. It’s nothing that needs be changed here