phpearth / docker-php

🐳 Docker For PHP developers - Docker images with PHP, Nginx, OpenLiteSpeed, Apache, Lighttpd, and Alpine
https://docs.php.earth/docker
MIT License
261 stars 80 forks source link

docker exec user process caused "no such file or directory" #40

Open ghost opened 4 years ago

ghost commented 4 years ago

After building the image (7.2-litespeed.Dockerfile) and trying to launch the container starts and closes.

docker logs shows:

exec user process caused "no such file or directory"

From what I read, the error may be due to the end of line character. After the change (files in tags) EOL from crlf to lf it worked, container start (not exit) but ... it shows error this time:

runsv lsws: fatal: unable to start ./run: file does not exist

System: Windows 10 Docker desktop 2.1.0.1 (37199) (Docker for windows)