The daemon is running in one of our EC2 servers in production, we have our own "orchestrator" that spawn containers depending on the load.
From time to time the daemon just crash and I can't understand from stacktrace what cause it. We also verified that both OOM killer & User did not send any signal to the Docker daemon.
Expected behavior
Docker daemon shouldn't crash when trying to run image
Actual behavior
Docker daemon crash
Steps to reproduce the behavior
docker run ECR-PATH
Output of
docker version
:Output of
docker info
:More Info
The daemon is running in one of our EC2 servers in production, we have our own "orchestrator" that spawn containers depending on the load. From time to time the daemon just crash and I can't understand from stacktrace what cause it. We also verified that both OOM killer & User did not send any signal to the Docker daemon.
Log file