Closed deviantintegral closed 1 year ago
The manual firmware is also the case of deconz.
I could be tempted to make that as well. I'll see if I first can get a repository up.
Created a https://github.com/deconz-community/zshark-docker :)
Wonderful! Thank you.
@deviantintegral Please create any ticket for an issue
I wanted to use zshark to sniff my zigbee network. I was surprised there wasn't already a Docker container for it! Since it's also a GUI app, it needs many of the same features (xorg, VNC, etc) as deconz. Would there be interest in publishing zshark images? I suppose it could also be the same image with an environment variable or entrypoint override, but I think it's reasonable that most Docker users would expect a different image name.
My current Dockerfile:
start.sh
is copied from the current images, overriding the exec command at the end toexec gosu deconz /usr/bin/zshark
.I would have liked to have environment variables to make it totally headless, but zshark is hanging if I pass it CLI args. As well, it was unable to update the firmware automatically, and I had to manually switch the firmware with
GCFlasher
.