-
Notifications
You must be signed in to change notification settings - Fork 133
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 undeterministically dies directly after startup #48
Comments
Seems like I'm experiencing something similar in #49 After more testing, it sometimes starts correctly, did not face any issues with Windows though |
I can see there's a revert-22-master tag in docker hub, I tried it out and it seems like I don't get this error (at least after ~5 times). Although stopping the container is for some reason taking longer. Would you mind trying that tag @derMart ? |
I tried the @delfer But this might be a hint that there is a regression going on between |
@delfer. I have the same problem. I'm using Docker Desktop 4.25.1 on a Mac with M1 chip. The latest version of the image. MacOS version is 14.1.1. Container output:
My docker compose file looks like this:
|
Same here. Container dies randomly during startup. Running Macbook Pro M3 and Docker Desktop 4.27.0. |
I have the problem, that the docker container sometimes! exits right after startup with exit code 0 showing only
ftp-server_1 | process has died, quitting
in the output but nothing else, no error message or anything. Restarting the container sometimes fixes the problem, very weird. Here is the configuration using docker-composewhere ${uid} is an environment variable.
The text was updated successfully, but these errors were encountered: