You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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)
The text was updated successfully, but these errors were encountered: