- Raspberry PI Zero W
- M-Bus Master HAT DS (micro)
When following instructions and running command:
docker run --name mbus \
-d -p 8080:8080 \
-e RUST_LOG=INFO \
--device /dev/ttyAMA0:/dev/ttyAMA0 \
-v /proc/device-tree/hat:/proc/device-tree/hat \
--privileged \
packom/mbus-release
I get this warning:
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm/v6) and no specific platform was requested
Is this something to worry about?
When following instructions and running command:
I get this warning:
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm/v6) and no specific platform was requestedIs this something to worry about?