Docker Instructions:

1. Modify acnvm.conf accordingly.

2. Build Docker Image:
docker build -t nvmcollector .

3. Run docker image. This step depends on your configuration file. For the default config where collector listens to port 2055 and the syslog server is on the localhost:
docker run -t -p 2055:2055/udp  nvmcollector