orlikoski / Skadi

Collect, Process, and Hunt with host based data from MacOS, Windows, and Linux
https://www.skadivm.com
GNU General Public License v3.0
489 stars 71 forks source link

Updating Portainer Invocation #125

Open bryandph opened 3 years ago

bryandph commented 3 years ago

Portainer doesn't add the local docker instance for monitoring unless you explicitly pass it as an argument in the docker-compose invocation. Specifically have to add the flag '-H unix:///var/run/docker.sock' as that is where the docker socket is mounted according to the volumes clause in this docker-compose file.

I have added the additional flag in this pull request and propose this change.