Skip to content

Instantly share code, notes, and snippets.

@JosielFaleiros
Created July 11, 2021 17:02
Show Gist options
  • Save JosielFaleiros/64bd53d3b89bb49006c30a00ad8b9a64 to your computer and use it in GitHub Desktop.
Save JosielFaleiros/64bd53d3b89bb49006c30a00ad8b9a64 to your computer and use it in GitHub Desktop.
start redis in docker
docker run -it --rm --name redis -p 6379:6379 redis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment