I have just added the Logentries Docker container, to a Rancher setup. We have another set of LE Docker containers running already just fine. However, this new container will not start – the logs say:
events.js:85
throw er; // Unhandled 'error' event
Error: connect ENOENT
at exports._errnoException (util.js:746:11)
at PipeConnectWrap.afterConnect [as oncomplete] (net.js:1012:19)
I am not familiar enough with Logentries' Docker-based setup to understand what is going on here.
It looks like it is failing to connect to something, but what? How can I try to find out?