redismod icon indicating copy to clipboard operation
redismod copied to clipboard

Unable to get redismod Docker Image to work on Raspberry Pi

Open ajeetraina opened this issue 5 years ago • 1 comments

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

ajeetraina avatar Aug 29 '20 11:08 ajeetraina

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

tim-hub avatar Aug 19 '22 04:08 tim-hub