Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/higebu/docker-redis-commander
Redis Commander Docker image
https://github.com/higebu/docker-redis-commander
Last synced: 27 days ago
JSON representation
Redis Commander Docker image
- Host: GitHub
- URL: https://github.com/higebu/docker-redis-commander
- Owner: higebu
- Created: 2016-02-24T06:37:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-25T01:52:29.000Z (almost 9 years ago)
- Last Synced: 2024-10-04T19:44:28.787Z (3 months ago)
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redis Commander Docker image
Docker image for [Redis Commander](https://github.com/joeferner/redis-commander)
[![Deploy to Docker Cloud](https://files.cloud.docker.com/images/deploy-to-dockercloud.svg)](https://cloud.docker.com/stack/deploy/?repo=https://github.com/higebu/docker-redis-commander)
[![Imagelayers](https://badge.imagelayers.io/higebu/redis-commander:latest.svg)](https://imagelayers.io/?images=higebu/redis-commander:latest 'Get your own badge on imagelayers.io')
[![Redis Commander Version](https://img.shields.io/badge/redis--commander-0.3.2-green.svg)](https://www.npmjs.com/package/redis-commander)
## Usage
* Show help
```
docker run -it --rm higebu/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]
```* Run
```
docker run -d --name redis-commander -p 8081:8081 higebu/redis-commander --redis-host 192.168.100.5
```