Skip to content

Instantly share code, notes, and snippets.

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 ipepe/ac70d7d0d046ae972ae29771eb5a99d4 to your computer and use it in GitHub Desktop.
Save ipepe/ac70d7d0d046ae972ae29771eb5a99d4 to your computer and use it in GitHub Desktop.
commandline to start redis for developers
#!/bin/bash
docker run -p 6379:6379 --restart=unless-stopped -d --name redis redis:alpine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment