Skip to content

Instantly share code, notes, and snippets.

@dasgoll
Created February 7, 2023 12:13
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 dasgoll/2fc0122f122bd4e64660c3ef490c2f75 to your computer and use it in GitHub Desktop.
Save dasgoll/2fc0122f122bd4e64660c3ef490c2f75 to your computer and use it in GitHub Desktop.
Run redis-commander using Docker
docker run --rm --name redis-commander -d -p 8081:8081 --env REDIS_HOSTS=172.17.0.1 ghcr.io/joeferner/redis-commander:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment