-
Notifications
You must be signed in to change notification settings - Fork 568
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
Running on arm #272
Comments
Just a hunch, but this seems like moby/moby#40734 (#269 (comment)). |
This is caused by a change in Redis - redis/redis#7644 |
Looks like this is not directly related to Redis, but a Docker/libseccomp issue that causes |
Indeed, see also https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.13.0#time64_requirements. You need to update libseccomp on your host to 2.4.2 or newer and Docker to 19.03.9 or newer (see moby/moby#40734). 👍 |
I am currently using the
redis:6.0-alpine
tag to run redis on my raspberry pi. This all works fine. However, when switching toredis:6.2-alpine
. The container keeps crashing with this error.The text was updated successfully, but these errors were encountered: