opennms-forge/docker-horizon-core-web

Err": "task: non-zero exit (137): dockerexec: unhealthy container - using Docker Swarm Mode

titansmc opened this issue · 1 comments

Hi,
My container never boots up, error says:
"Status": { "Timestamp": "2017-11-28T10:53:08.397808922Z", "State": "failed", "Message": "starting", "Err": "task: non-zero exit (137): dockerexec: unhealthy container", "ContainerStatus": { "ContainerID": "1bdba066ba24d30eba4d0dade88c58405f86d8e22dde0a0cb62f8ef0cac0294d", "ExitCode": 137 },

I've read that this might be related with an out of memory issue... I am using nodes with 6G of RAM, only 2G available, more or less..... Could that be an issue?

Thanks.

Hi,
I've fixed that modifying the image and removing the health check, I think it could be better to just place healthcheck at the compose file level, so then those images can be reused by docker swarm, kubernetes.....