emmenko/redis-commander

By emmenko

Updated over 9 years ago

Runs a GUI for managing a Redis database

Image
1

10K+

A Docker container with

  • node 0.12
  • redis-commander

Image tags reflect npm versions of redis-commander.

# run it

$ docker run -it emmenko/redis-commander --help
Options:
  --redis-port                    The port to find redis on.              [string]
  --redis-host                    The host to find redis on.              [string]
  --redis-socket                  The unix-socket to find redis on.       [string]
  --redis-password                The redis password.                     [string]
  --redis-db                      The redis database.                     [string]
  --http-auth-username, --http-u  The http authorisation username.        [string]
  --http-auth-password, --http-p  The http authorisation password.        [string]
  --address, -a                   The address to run the server on.       [string]  [default: "0.0.0.0"]
  --port, -p                      The port to run the server on.          [string]  [default: 8081]
  --nosave, --ns                  Do not save new connections to config.  [boolean]

Docker Pull Command

docker pull emmenko/redis-commander