Run redis o docker no author

sudo docker run --name my-first-redis -p [port_number]:6379 -d redis
Sleepy Spider