-
Notifications
You must be signed in to change notification settings - Fork 13
Description
I'm been happily running classicmqtt on a raspberry pi in IOTstack for years now. Thanks very much for creating and sharing classicMQTT!
The raspberry pi hardware is a bit overtaxed so I'm migrating the whole setup to a thin-client running proxmox, with a linux VM acting as a pi.
When starting the stack, it complains about the target of the docker image it downloads, not matching what it's being run on.
✔ classic_mqtt Pulled 1.1s
[+] Running 7/8
✔ Container influxdb Running 0.0s
✔ Container mosquitto Running 0.0s
✔ Container nodered Running 0.0s
✔ Container portainer-ce Running 0.0s
✔ Container python Running 0.0s
✔ Container yasdi2mqtt Running 0.0s
⠋ Container classic_mqtt Recreate 0.0s
✔ Container grafana Running 0.0s
Error response from daemon: image with reference classicdiy/classicmqtt was found but its platform (linux/arm64) does not match the specified platform (linux/amd64/v2)
I guess I need to figure out how to create a classicMQTT docker image for the new (linux/amd64/v2) target platform? Any advice? Possible to add the new platform to the docker hosted image and then it would just work maybe? Docker is yet another of my barely jack of trades, certainly not master of it.
Thanks! Dale