Skip to content

Instantly share code, notes, and snippets.

@sskoopa
Created January 9, 2017 21:41
Show Gist options
  • Star 23 You must be signed in to star a gist
  • Fork 9 You must be signed in to fork a gist
  • Save sskoopa/cd01db8ec5b16eecbdf4cd08f100df06 to your computer and use it in GitHub Desktop.
Save sskoopa/cd01db8ec5b16eecbdf4cd08f100df06 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