概要

フル名
docker.io/softwarefactories/redis-commander
Registry
docker.io
名前空間
softwarefactories
リポジトリ
redis-commander
キャッシュ Tag 数
332
最終同期
07/06/2026, 03:20 AM
関連トピック

概要

Redis Commander Web 管理界面镜像,浏览器浏览 Redis key、执行命令与监控内存,适合内网 Redis 运维与调试。

詳細

softwarefactories/redis-commander 运行 Redis Commander Web UI,连接 Redis 实例浏览 key 树、执行命令与查看内存统计。定位为 Redis 运维 Web 工具,配置 REDIS_HOSTS env;K8s Deployment 内网 Redis 管理,公网暴露。

快速启动

docker run -d --name redis-commander \
  -p 8081:8081 \
  -e REDIS_HOSTS=local:redis:6379 \
  docker.io/softwarefactories/redis-commander:latest

推荐实践

docker run -d --name redis-commander \
  --restart unless-stopped \
  -p 8081:8081 \
  -e REDIS_HOSTS=prod:redis.internal:6379:0:changeme \
  docker.io/softwarefactories/redis-commander:0.8.0

核心参数说明

  • -p 8081:8081 — Redis Commander Web UI
  • -e REDIS_HOSTS — Redis 连接配置(含密码)
  • 安全 — 仅内网 RBAC 访问
  • --restart unless-stopped — 管理 UI 持续在线

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: redis-commander
spec:
  replicas: 1
  selector:
    matchLabels:
      app: redis-commander
  template:
    metadata:
      labels:
        app: redis-commander
    spec:
      containers:
        - name: commander
          image: docker.io/softwarefactories/redis-commander:0.8.0
          ports:
            - containerPort: 8081
          envFrom:
            - secretRef:
                name: redis-commander-env
---
apiVersion: v1
kind: Service
metadata:
  name: redis-commander
spec:
  selector:
    app: redis-commander
  ports:
    - port: 8081
      targetPort: 8081

Ingress IP 白名单;生产建议只读账号。

Tagアーキテクチャプッシュ日時サイズDigest同期期望操作
docker.io/softwarefactories/redis-commander
:9.28.0
linux/amd64
2026/06/23 17:0727.0 MBsha256:3789208281c2
docker.io/softwarefactories/redis-commander
:9.27.3
linux/amd64
2026/06/06 21:1127.0 MBsha256:3789208281c2
docker.io/softwarefactories/redis-commander
:9.27.2
linux/amd64
2026/06/05 02:1627.0 MBsha256:e43caef7f04a
docker.io/softwarefactories/redis-commander
:9.27.1
linux/amd64
2026/06/05 01:2427.0 MBsha256:a1ccdce4dcc3
docker.io/softwarefactories/redis-commander
:9.27.0
linux/amd64
2026/06/05 00:5227.0 MBsha256:e43caef7f04a
docker.io/softwarefactories/redis-commander
:9.26.0
linux/amd64
2026/05/27 14:5727.0 MBsha256:c1e4781ee79a
docker.io/softwarefactories/redis-commander
:9.25.3
linux/amd64
2026/05/14 22:5627.0 MBsha256:6ed77eecf4e2
docker.io/softwarefactories/redis-commander
:9.25.2
linux/amd64
2026/05/12 16:2427.0 MBsha256:c1e4781ee79a
docker.io/softwarefactories/redis-commander
:9.25.1
linux/amd64
2026/05/11 01:2227.0 MBsha256:c1e4781ee79a
docker.io/softwarefactories/redis-commander
:9.25.0
linux/amd64
2026/04/14 14:3627.0 MBsha256:e43caef7f04a
docker.io/softwarefactories/redis-commander
:9.24.8
linux/amd64
2026/03/27 23:4027.0 MBsha256:6ed77eecf4e2
docker.io/softwarefactories/redis-commander
:9.24.7
linux/amd64
2026/03/27 00:2327.0 MBsha256:e43caef7f04a
docker.io/softwarefactories/redis-commander
:9.24.6
linux/amd64
2026/03/26 20:2727.0 MBsha256:6ed77eecf4e2
docker.io/softwarefactories/redis-commander
:9.24.5
linux/amd64
2026/03/25 21:2427.0 MBsha256:6ed77eecf4e2
docker.io/softwarefactories/redis-commander
:9.24.4
linux/amd64
2026/03/25 17:1127.0 MBsha256:c1e4781ee79a
docker.io/softwarefactories/redis-commander
:9.24.3
linux/amd64
2026/03/24 17:3927.0 MBsha256:c1e4781ee79a
docker.io/softwarefactories/redis-commander
:9.24.2
linux/amd64
2026/03/24 17:3327.0 MBsha256:87b92aff6d59
docker.io/softwarefactories/redis-commander
:9.24.1
linux/amd64
2026/03/24 17:1727.0 MBsha256:c1e4781ee79a
docker.io/softwarefactories/redis-commander
:9.24.0
linux/amd64
2026/03/23 23:5927.0 MBsha256:87b92aff6d59
docker.io/softwarefactories/redis-commander
:9.23.0
linux/amd64
2026/01/26 16:5227.0 MBsha256:87b92aff6d59