docker run img /usr/local/bin/docker-entrypoint.sh: exec: line 11: ./start.sh: not found #410

Closed
opened 2026-02-04 19:05:34 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @slim-python on GitHub (Feb 7, 2024).

Originally assigned to: @daniel-hiller on GitHub.

i was trying to run this repo locally using docker but i found some issue
os: windows 11

i did git clone and then

docker build -t img .
docker run img

this is the error
/usr/local/bin/docker-entrypoint.sh: exec: line 11: ./start.sh: not found

even though i have start.sh file in my repo

Originally created by @slim-python on GitHub (Feb 7, 2024). Originally assigned to: @daniel-hiller on GitHub. i was trying to run this repo locally using docker but i found some issue os: windows 11 i did git clone and then `docker build -t img .` `docker run img` this is the error `/usr/local/bin/docker-entrypoint.sh: exec: line 11: ./start.sh: not found` even though i have start.sh file in my repo
OVERLORD added the good first issue label 2026-02-04 19:05:34 +03:00
Author
Owner

@daniel-hiller commented on GitHub (Feb 14, 2024):

Fixed with 81d6c43cd9

Building the Container is now working on Windows too

@daniel-hiller commented on GitHub (Feb 14, 2024): Fixed with 81d6c43cd9f126ff9ee4f9acfe8753f2cfe2348b Building the Container is now working on Windows too
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#410