Skip to content

Instantly share code, notes, and snippets.

@duducp
Last active January 30, 2020 17:01
Show Gist options
  • Save duducp/9f753dfc81a7744041c643d787f0c7b3 to your computer and use it in GitHub Desktop.
Save duducp/9f753dfc81a7744041c643d787f0c7b3 to your computer and use it in GitHub Desktop.
Docker Redis With Commands
docker pull redis
docker run --name redis -p 6379:6379 -i -t -d redis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment