logzio / jmx2graphite

JMX to Graphite every x seconds in one command line (Docker based) (also come in Java Agent flavour)
MIT License
77 stars 23 forks source link

Documentation error for docker deployment with config file #75

Closed relyafi closed 4 years ago

relyafi commented 4 years ago

The README.md file states the following command should be run to bring up a docker container with a configuration file:

docker run -d -name jmx2graphtite -v path/to/config/myConfig.conf:application.conf logizo/jmx2graphite

This seems to have several typos:

yyyogev commented 4 years ago

Thanks @relyafi Fixed at https://github.com/logzio/jmx2graphite/pull/76