kpine / zwave-js-server-docker

A minimal docker container for zwave-js-server
MIT License
52 stars 10 forks source link

Can confirm it's possible to update 700 Series firmware from a docker container. #21

Closed slserpent closed 2 years ago

slserpent commented 2 years ago

I used a Debian 10.9 image, but it probably works with many other Linux images, of course. Ran with this command (from a Synology NAS):

docker run --name="debian" -it --net=host -v /volume1/docker/debian:/tmp --device /dev/ttyUSB0 debian:10.9

Had to do an apt update before the packages could be installed, but otherwise the instructions were the same. Thanks.

kpine commented 2 years ago

Thanks. Added to the wiki.