Created
March 22, 2019 16:02
-
-
Save kirmorozov/f626b694e6404d778daeee32b32f739b to your computer and use it in GitHub Desktop.
run_redis.sh
This file contains 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 -d --name redis \ | |
-p 6379:6379 \ | |
--restart always redis |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment