Skip to content

Instantly share code, notes, and snippets.

@oliveira-andre
Last active November 12, 2019 00:25
Show Gist options
  • Save oliveira-andre/a76e96debb316e349b5d1cb1f07dd7f4 to your computer and use it in GitHub Desktop.
Save oliveira-andre/a76e96debb316e349b5d1cb1f07dd7f4 to your computer and use it in GitHub Desktop.
run docker redis
sudo docker run -d \
--name=redis \
--restart=always \
-v redis:/var/lib/redis/data \
-p 6379:6379 \
redis:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment