Created
September 19, 2017 15:14
-
-
Save shau-lok/9a7d1e0dd2116cbb505e8665f61d4460 to your computer and use it in GitHub Desktop.
docker redis
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
# pull | |
docker pull redis | |
# run | |
docker run --name local-redis -itd redis |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment