- Remote login using SSH.
docker stop deconz
docker run -it --rm --entrypoint /bin/bash --privileged --cap-add=ALL -v /dev:/dev -v /lib/modules:/lib/modules -v /sys:/sys marthoc/deconz
#in case libc6 isn't installed
echo "deb http://ftp.de.debian.org/debian sid main" >> /etc/apt/sources.list
apt-get update && apt-get upgrade libc6
Now follow the part for ubuntu: https://github.com/dresden-elektronik/deconz-rest-plugin/wiki/Update-deCONZ-manually
exit or [ctrl]+[d]
Start the deconz container (I have it running using docker-compose).
I was successful to update firmware with these commands and using other download folders.
But Phoscon update didn't work as described start options for docker Container don't knows "wget" (really confusing...) and doing it out of docker updates but Phoscon interface still shows 2.05.73. I guess as it is updated out of docker.
Any ideas what to do to get Phoscon interface up to date?