run docker redis localhost

Shell
docker run --name my-redis -p 6379:6379 -d redis:alpine
Source

Also in Shell: