We rebooted the machine and then all seemed OK. Today I tried to build a new container and it hung. Tried it multiple times and each time it hung in a different place. I was able to run ‘docker ps’ but ‘docker info’ hung. I tired to remove a container with ‘docker rm’ and that hung, then after that ‘docker ps’ and every docker command hung. A ps showed:
We still have this happening quite often. The docker daemon hangs and the only option is a reboot. This makes docker somewhat unsuitable for a production deployment. Anyone have any suggestions on what to do about this?
We are running on RHEL 6.7 with docker 1.7.1, build 786b29d. Can or should I install a new version? That is the version yum installs. If I did want a new version how would I install that (sorry if that is a dumb question, I am not a sys admin).
Googling, I found on this a Red Hat site “Red Hat does not recommend running any version of Docker on any RHEL 6 releases.” We have been running docker on RHEL 6 for a few years, so this confuses me. Upgrading to RHEL 7 is not really an option for us right now.
Can anyone shed any light on these issue? We need docker to work reliably without having to reboot often.