Skip to content

Instantly share code, notes, and snippets.

@tridungle
Forked from sskoopa/docker-run-redis.md
Created May 27, 2022 08:31
Show Gist options
  • Save tridungle/5095e605774f7ad6b6a4e073502d42ec to your computer and use it in GitHub Desktop.
Save tridungle/5095e605774f7ad6b6a4e073502d42ec to your computer and use it in GitHub Desktop.
Start redis in Docker with a open port at localhost:6379

docker run --name recorder-redis -p 6379:6379 -d redis:alpine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment