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

"-v /var/run:/var/run" required in docker-compose.yml? #8

Closed kujiy closed 8 years ago

kujiy commented 8 years ago

Hi. Thank you for sharing your great project. I noticed something. Your readme says it needs "-v /var/run:/var/run " but your docker-compose.yml doesn't have it. Which is correct?

kujiy commented 8 years ago

I sent PR about this.

Here are my current environment.

$ root@:/zabbix-agent# docker --version
Docker version 1.11.1, build 5604cbe
$ root@cr:/zabbix-agent# docker-compose --version
docker-compose version 1.7.1, build 6c29830
jangaraj commented 8 years ago

-v /var/run:/var/run is required for Ubuntu/Debian. It's in doc for every OS, just to keep doc simple and clear. I'll update docker-compose.yml later.