Skip to content

Instantly share code, notes, and snippets.

@ahmettek
Last active July 23, 2018 10:58
Show Gist options
  • Save ahmettek/3d9a10c6baa06a2e6b2b75bb6ccf1a03 to your computer and use it in GitHub Desktop.
Save ahmettek/3d9a10c6baa06a2e6b2b75bb6ccf1a03 to your computer and use it in GitHub Desktop.
Installing Redis on Docker
docker run -d -p 6379:6379 redis
docker ps
localhost:6379
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment