Skip to content

Instantly share code, notes, and snippets.

@fidelisrafael
Forked from sskoopa/docker-run-redis.md
Created February 16, 2021 00:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fidelisrafael/85595b048bab1267bd49ceb889ed7c96 to your computer and use it in GitHub Desktop.
Save fidelisrafael/85595b048bab1267bd49ceb889ed7c96 to your computer and use it in GitHub Desktop.
Start redis in Docker with a open port at localhost:6379

docker run --name recorder-redis -p 6379:6379 -d redis:alpine

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