Skip to content

Instantly share code, notes, and snippets.

@BenHall
Created October 7, 2014 16:55
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 BenHall/938f7c60956f620334cb to your computer and use it in GitHub Desktop.
Save BenHall/938f7c60956f620334cb to your computer and use it in GitHub Desktop.
Start a redis docker instance
$ docker run -d --name redis -p 6379 redis
d55a755b91c1ce040625c3843cb71a5f3f037ee456954af716df0e1f1005b232
$ docker port redis 6379
0.0.0.0:49154
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment