Skip to content

Instantly share code, notes, and snippets.

@joeyguerra
Last active November 6, 2021 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joeyguerra/b916d32161c63dd5b594599db57c9375 to your computer and use it in GitHub Desktop.
Save joeyguerra/b916d32161c63dd5b594599db57c9375 to your computer and use it in GitHub Desktop.
Connect to locally running Redis Server with Docker Container
docker run --rm -it --name redis-cli redis redis-cli -h $IPADDRESS -a $REDIS_PASSWORD
@joeyguerra
Copy link
Author

Connect to local Redis Server via Docker Container. $IPADDRESS should be the LAN IP for your local machine.

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