Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

container immidiately exits #7

Open
JawaB opened this issue Aug 2, 2020 · 4 comments
Open

container immidiately exits #7

JawaB opened this issue Aug 2, 2020 · 4 comments

Comments

@JawaB
Copy link

JawaB commented Aug 2, 2020

  1. the container doesn't start:
    standard_init_linux.go:211: exec user process caused "no such file or directory"

"--volume /etc/localtime:/etc/localtime:ro" doesn't work if running using Docker desktop for Windows and Git for Windows

@alexanderfefelov
Copy link
Owner

the container doesn't start

Did you run docker logs?

@alexanderfefelov
Copy link
Owner

"--volume /etc/localtime:/etc/localtime:ro" doesn't work if running using

Open separate issue please.

@JawaB
Copy link
Author

JawaB commented Aug 2, 2020

the container doesn't start

Did you run docker logs?

that's exactly what I get:

docker logs 73160b3da34a
standard_init_linux.go:211: exec user process caused "no such file or directory"

@JawaB
Copy link
Author

JawaB commented Aug 3, 2020

"standard_init_linux.go:211:` exec user process caused "no such file or directory"
this was fixed by changing End-Of-Line type from CRLF (Windows default) to LF
(/container/docker-entrypoint.sh); appears to be known bug in Doker Desktop for Windows.

but still container exits immediately after start - no logged messages this time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants