Skip to content

Instantly share code, notes, and snippets.

@shau-lok
Created September 19, 2017 15:14
Show Gist options
  • Save shau-lok/9a7d1e0dd2116cbb505e8665f61d4460 to your computer and use it in GitHub Desktop.
Save shau-lok/9a7d1e0dd2116cbb505e8665f61d4460 to your computer and use it in GitHub Desktop.
docker redis
# 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