Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about docker usage #197

Open
rwa opened this issue Jan 3, 2021 · 1 comment
Open

Question about docker usage #197

rwa opened this issue Jan 3, 2021 · 1 comment

Comments

@rwa
Copy link

rwa commented Jan 3, 2021

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?

@Tieske
Copy link

Tieske commented Apr 6, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants