Update RPI Docker
Closed this issue · 4 comments
Hello John.
Many thanks for this great project and your time and effort you put in here.
I have a small request: Would it be possible to update the RPI builds in the docker hub distribution to the current version 2.8.x ?
Thanks a lot! ;)
Ok... I did some further digging and found this. So issue is closed.
Thanks again.
Sorry - have to reopen again. I tried to run the "normal" docker image ledidobe/grott and it fails.
steel@raspberrypi:~ $ sudo docker run -d -e TZ=Europe/Berlin -p 5279:5279 --restart on-failure -e gmqttip="192.168.2.182" ledidobe/grott
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
running the following works but its the old version:
steel@raspberrypi:~ $ sudo docker run -d -e TZ=Europe/Berlin -p 5279:5279 --restart on-failure -e gmqttip="192.168.2.182" ledidobe/grottrpi:beta
Could you please point me to where I took the wrong exit ? ;)
ok... It seems I´m a real newbi here. Sorry for spamming this - but probably others can benefit from this experience.
The existence of the RPI Dockers are confusing.
Now I tried docker server with
sudo docker run -d --name grottrpi -e TZ=Europe/Berlin -p 5279:5279 -p 5782:5782 --restart on-failure -e gmqttip="192.168.2.182" ledidobe/grottserver:beta
And it seems to run on my RPI. Now I´ll dig into further testing after I finally got it to run... Still learning :=)
Again closed...