Gianpaolo Del Matto
Gianpaolo Del Matto
Hi, Did you create your own set of config files and mount them to the Docker container, i.e. by passing the ``` -v /path/to/nut-config:/etc/nut ``` argument to Docker? If yes,...
README updates, fixed in * fb4ad933d6aa9c87130a42a66b4b9d0599ad9d85 * fcdd0123c8d53ab9cec3174e042fe99f9a6c3a50
>why you have to check it ? can your remove this checking ? Well, that's a security thing, permisions should never be too permissive as a general rule. And AFAIK,...
@jimklimov > Finally, the version there looks weird - NUT is not up to "3.8.0" yet ;) Wondering if it is possible to twist this project into building containers along...
@jimklimov > Also wondering if you can start the driver with more debugging in the container (pass several `-D` options to its binary like `blazer_usb` in this case) to learn...
@jimklimov as per [11b240a](https://github.com/gpdm/nut/commit/11b240aa84950ec0415c7100714d5ef1f014b40c) implement dynamic arguments passed to *upsd*, to allow increasing verbosity, i.e. by executing something like ``` docker run -it --rm -v `pwd`/files/etc/nut:/etc/nut nutupsd -D -D -D...
It's so very old, closing the issue. New release 0.8.2 includes some fixes and changes discussed in this issue: https://github.com/gpdm/nut/compare/0.8.1...0.8.2 Current Docker rebuild on Alpine has NUT 2.8.2 now included...