Docker container for Z-Way
Posted: 24 Jul 2024 20:03
Hi dear
I tried to follow the instructions here
https://github.com/Z-Wave-Me/docker-z-w ... /README.md
on a raspberrypi 4 (arch64), but something seems going wrong.
First, line 21 of the Dockerfile seems missing mkdir command.
Moreover in the Dockerfile even switching form
to
the created image has empty or incomplete folders (eg /opt/z-way-server incomplete, /etc/init.d/z-way-server missing ....).
It seems that something go wrong with the run.sh file when It try to operate on arch64 hardware.
Do you have any suggestions?
I tried to follow the instructions here
https://github.com/Z-Wave-Me/docker-z-w ... /README.md
on a raspberrypi 4 (arch64), but something seems going wrong.
First, line 21 of the Dockerfile seems missing mkdir command.
Moreover in the Dockerfile even switching form
Code: Select all
wget -q -O - https://storage.z-wave.me/Z-Way-Install | bash
Code: Select all
wget -qO - https://storage.z-wave.me/RaspbianInstall | sudo bash
It seems that something go wrong with the run.sh file when It try to operate on arch64 hardware.
Do you have any suggestions?