We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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.
I could see Dockerfile.edge available in the GITHUB repo
but when I try to build Docker image using buildx on my macOS and run it, it threw error:
The text was updated successfully, but these errors were encountered: