qt-openzwave icon indicating copy to clipboard operation
qt-openzwave copied to clipboard

Question about docker usage

Open rwa opened this issue 3 years ago • 1 comments

The recommended docker launch for the ozwdaemon is:

docker run -it
--security-opt seccomp=unconfined
--device=/dev/ttyUSB0
-v $PWD/ozw:/opt/ozw/config
-e MQTT_SERVER="10.100.200.102"
-e USB_PATH=/dev/ttyUSB0
-p 1983:1983
openzwave/ozwdaemon:latest

It seems strange to not use the -d flag to run ozwdaemon as a... daemon. Is there a reason for that?

rwa avatar Jan 03 '21 23:01 rwa

I think the example is used to show the parameters, the -d is a docker parameter not an OZW one.

Tieske avatar Apr 06 '21 15:04 Tieske