Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to get redismod Docker Image to work on Raspberry Pi #8

Open
ajeetraina opened this issue Aug 29, 2020 · 1 comment
Open

Unable to get redismod Docker Image to work on Raspberry Pi #8

ajeetraina opened this issue Aug 29, 2020 · 1 comment

Comments

@ajeetraina
Copy link

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
@tim-hub
Copy link

tim-hub commented Aug 19, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants