Skip to content

Instantly share code, notes, and snippets.

@charlieanstey
Created May 1, 2018 11:47
Show Gist options
  • Save charlieanstey/664fd9d52a2db8874e660eb51fca2289 to your computer and use it in GitHub Desktop.
Save charlieanstey/664fd9d52a2db8874e660eb51fca2289 to your computer and use it in GitHub Desktop.
#Redis on #Docker
docker run \
--detach \
--restart always \
--name redis \
--publish 6379:6379 \
redis:alpine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment