I am using WSL on window to code.
I run docker compose up and it will build dockerfile, but I got this error
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: "/app/start.sh": stat /app/start.sh: no such file or directory: unknown
but the start.sh file already there, pls help!
enter image description here
I tried add:
RUN chmod +x start.sh
RUN ls
but it does not working, and the “RUN ls” is not log anything.
unfortunately, I do not found any same problem with me yet, some Error response from daemon: failed to create task for container
out there but they’re not like me
That’s all I can contribute
Huy Vũ is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.