Skip to content

Instantly share code, notes, and snippets.

@kirmorozov
Created March 22, 2019 16:02
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 kirmorozov/f626b694e6404d778daeee32b32f739b to your computer and use it in GitHub Desktop.
Save kirmorozov/f626b694e6404d778daeee32b32f739b to your computer and use it in GitHub Desktop.
run_redis.sh
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