Skip to content

Instantly share code, notes, and snippets.

@gayanvirajith
Created June 30, 2020 07:59
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 gayanvirajith/9b2d902a9a990247fd719789cd9b3084 to your computer and use it in GitHub Desktop.
Save gayanvirajith/9b2d902a9a990247fd719789cd9b3084 to your computer and use it in GitHub Desktop.
Docker redis

Run redis on docker

docker run --name redis -d -p 6379:6379 --net mynet redis 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment