Is it possible run docker container with redis:2.8 on macOS with M1?
docker log
Setup:
- macOS M1
 - docker-compose.yml with redis 2.8
 
version: '2'
services:
  redis:
    image: redis:2.8
    ports:
      - "6379:6379"
- Install docker through official documentation https://docs.docker.com/desktop/install/mac-install/#mac-with-apple-silicon
 - Run Docker application
 - Go into Redis2.8
 - Run container through button on top right corner
 - I got this error
 
In another way through
docker-compose up redis
I got this error