Hi
I started up a multichain explorer on a cloud linux vm running inside docker. It syncs with the network successfully and seems to be fine for a period of time, but when left the node becomes unresponsive and so far the only way to get it handling requests again is to bounce it.
There are no errors in the docker logs and it seems to be running OK....looking inside the docker images provides:
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.0 20068 2904 ? Ss 07:14 0:00 /bin/bash -x ./
root 7 0.8 1.2 1041412 45044 ? SLsl 07:14 3:08 multichaind ene
root 25 0.0 0.5 126800 17708 ? Sl 07:14 0:16 python -m Mce.a
root 46 0.3 0.0 20248 3248 pts/0 Ss 13:09 0:00 bash
Have you tested the explorer inside docker......do you know of any issues?
The base image is debian:jessie light.....
Cheers
Marty