rumqtt
rumqtt copied to clipboard
ARM Compatible Docker Image
Expected Behavior
A docker image would be available for multiple architectures beyond x86.
Current Behavior
Current Apple M* processors and Raspberry Pi's (plus other common processors for IoT) cannot run the available container images from DockerHub
Failure Logs
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
thread 'main' panicked at 'called Result::unwrap()
on an Err
value: configuration file "rumqttd.toml" not found', rumqttd/src/main.rs:43:10
note: run with RUST_BACKTRACE=1
environment variable to display a backtrace
PR #671 will add support for both linux/amd64
and linux/arm64
compatible Docker images.
If you want to share your feedback about the following files: