Open typxxi opened 8 months ago
Just to be clear (I realize it is not). Since grott 2.8.2 (Beta) and higher I started creating a multiple architecture docker containers. For now these are:
Ledidobe/grottrpi and ledidobe/grottserverrpi are still there while these are stilling being downloaded but will not be updated with the new releases.
I have updated the wiki page.
so to be clear: ledidobe/grott is not yet multi architecture. or is it?
@pve Only the beta is multi architecture. I still have to promote it to latest. Will plan it for to do sometime the coming weeks.
I'm talking about this wiki page https://github.com/johanmeijer/grott/wiki/Docker-support#simple-docker-startup-with-mqtt
As it is my first docker and mqtt adventure I have copied and pasted this line
docker run -d -p 5279:5279 --restart on-failure -e gmqttip="192.168.0.206" ledidobe/grott.
and then I got this root@PiOS64bit:~#
If I remove the . at the end I get this
I am running grott on a Pi 3B with the most recent Pi OS 64bit from december 2023 installed yesterday with all the updates available. I wanted to use grottrpi but found out that it has moved from 2.8.2 on to a general version https://hub.docker.com/r/ledidobe/grott
Therefore I had used this on the commandline: docker pull ledidobe/grott
Maybe this does not download the 2.8 general version but there was nothing mentioned in the wiki how to proceed and get the system installed right.
I feel a bit lost.