docker containers are down in same time, and restart fail with error of write max to pids.max, how can i find the problem? docker containers are down in same time, and restart fail with error of write max to pids.max, how can i find the problem? docker docker

docker containers are down in same time, and restart fail with error of write max to pids.max, how can i find the problem?


i resolved this problem, the step:

  1. docker update --pids-limit 40000 mysql2
  2. docker restart mysql2

by reset the pids limit of docker, i can restart my container now.