Created
April 14, 2018 21:23
-
-
Save alexandrebl/0fc0c1a0a120199208183548cdc93057 to your computer and use it in GitHub Desktop.
Redis running under Docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker run --name redis_test -p 6379:6379 -d redis |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment