Skip to content

Instantly share code, notes, and snippets.

View BriantAnthony's full-sized avatar

Briant Anthony BriantAnthony

  • Detroit, MI
View GitHub Profile
@ng-the-engineer
ng-the-engineer / README.md
Created September 21, 2020 09:33
Run redis official container
1. Redis

Redis is used to support the message queue. Run below command to run the offical Redis container

$ docker run --name my-redis-container -p 6379:6379 -d redis

(Optional) To access Redis, check this gist