monitoringartist / dockbix-agent-xxl

:whale: Dockerized Zabbix agent with Docker metrics and host metrics support for CoreOS, RHEL, CentOS, Ubuntu, Debian, Fedora, Boot2docker, Photon OS, Amazon Linux, ...
https://hub.docker.com/r/monitoringartist/dockbix-agent-xxl-limited/
Other
182 stars 54 forks source link

Privileged flag not documented #53

Closed christamlyn-bridge closed 4 years ago

christamlyn-bridge commented 4 years ago

In the readme all examples use the --privileged flag but its not documented.

Docker Swarm does not support the privileged flag, does this mean we cannot use this image?

https://github.com/moby/moby/issues/24862

jangaraj commented 4 years ago

In theory you don't need --privileged flag. But you have to configure container permissions/capabilities to read/write to docker socket and OS cgroups.