Skip to content

Instantly share code, notes, and snippets.

@Azrrael-exe
Created November 14, 2019 15:47
Show Gist options
  • Save Azrrael-exe/d8c4c9d461de57cc785ad46506d25d5c to your computer and use it in GitHub Desktop.
Save Azrrael-exe/d8c4c9d461de57cc785ad46506d25d5c to your computer and use it in GitHub Desktop.
Docker Redis
#bin/bash
docker run -p 6379:6379 -i redis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment