Skip to content

Instantly share code, notes, and snippets.

Created March 16, 2017 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/523042052208fa6945deb8f9c60e1edd to your computer and use it in GitHub Desktop.
Save anonymous/523042052208fa6945deb8f9c60e1edd 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