Skip to content

Instantly share code, notes, and snippets.

@ng-the-engineer
Created September 21, 2020 09:33
Show Gist options
  • Save ng-the-engineer/d1b98a27fab34a4907e7fb9b442bf273 to your computer and use it in GitHub Desktop.
Save ng-the-engineer/d1b98a27fab34a4907e7fb9b442bf273 to your computer and use it in GitHub Desktop.
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment