redismod
redismod copied to clipboard
Unable to get redismod Docker Image to work on Raspberry Pi
I am trying to run redislabs/redismod Docker container on Raspberry Pi 3 Model B. Look like the available Docker image is not ARM compliant.
docker run mplatform/mquery redislabs/redismod
Image: redislabs/redismod
* Manifest List: No
* Supports: amd64/linux
I could see Dockerfile.edge available in the GITHUB repo
https://github.com/RedisLabs/redismod/blob/master/Dockerfile.edge
but when I try to build Docker image using buildx on my macOS and run it, it threw error:
docker run mplatform/mquery ajeetraina/redismod
Image: ajeetraina/redismod
* Manifest List: Yes
* Supported platforms:
- linux/arm64
- linux/arm/v7
docker run -d -p 6379:6379 ajeetraina/redismod
standard_init_go:211: exec user process caused "exec format eror
Yeah, I really hope the image will support Arm64 CPU.
BTW, you can probably try Redis Stack, it includes the modules as well
https://hub.docker.com/r/redis/redis-stack-server