镜像概览

完整引用
docker.io/erikdubbelboer/phpredisadmin
Registry
docker.io
命名空间
erikdubbelboer
仓库
phpredisadmin
已缓存 Tag 数
41
最近同步
07/06/2026, 09:27 AM
相关主题

简介

phpRedisAdmin Redis Web 管理镜像,浏览器查看 key、执行命令与监控内存,适合内网 Redis 运维可视化。

详细介绍

erikdubbelboer/phpredisadmin 提供 PHP Web UI 连接 Redis 实例,支持多 server 配置。定位为 Redis 管理 Web 工具禁止公网暴露;K8s Deployment 内网 + NetworkPolicy。

快速启动

docker run -d --name phpredisadmin \
  -p 8080:80 \
  -e REDIS_1_HOST=redis \
  docker.io/erikdubbelboer/phpredisadmin:latest

推荐实践

docker run -d --name phpredisadmin \
  --restart unless-stopped \
  -p 8080:80 \
  -e REDIS_1_HOST=redis.internal \
  -e REDIS_1_AUTH=strong-pass \
  docker.io/erikdubbelboer/phpredisadmin:1.19.0

核心参数说明

  • -p 8080:80 — Web 管理端口
  • -e REDIS_1_HOST/AUTH — Redis 连接(高敏
  • 安全 — 仅 VPN/内网访问
  • 固定 tag — phpRedisAdmin pin

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: phpredisadmin
spec:
  replicas: 1
  selector:
    matchLabels:
      app: phpredisadmin
  template:
    metadata:
      labels:
        app: phpredisadmin
    spec:
      containers:
        - name: admin
          image: docker.io/erikdubbelboer/phpredisadmin:1.19.0
          ports:
            - containerPort: 80
          envFrom:
            - secretRef:
                name: redis-admin-secrets
---
apiVersion: v1
kind: Service
metadata:
  name: phpredisadmin
spec:
  selector:
    app: phpredisadmin
  ports:
    - port: 80
      targetPort: 80

Ingress IP 白名单;只读 Redis 账号。

最新 Tag(20 条)

查看全部 41 个 Tag →
Tag架构推送时间大小Digest同步期望操作
docker.io/erikdubbelboer/phpredisadmin
:1
linux/arm64linux/amd64
2025/12/22 22:5975.3 MBsha256:42ec27e3f759
docker.io/erikdubbelboer/phpredisadmin
:1.26
linux/arm64linux/amd64
2025/12/22 22:5875.3 MBsha256:42ec27e3f759
docker.io/erikdubbelboer/phpredisadmin
:1.26.0
linux/arm64linux/amd64
2025/12/22 22:5875.3 MBsha256:42ec27e3f759
docker.io/erikdubbelboer/phpredisadmin
:latest
linux/arm64linux/amd64
2025/12/22 22:5875.3 MBsha256:42ec27e3f759
docker.io/erikdubbelboer/phpredisadmin
:1.25
linux/arm64linux/amd64
2025/11/24 03:0776.0 MBsha256:93fb2d90ccfb
docker.io/erikdubbelboer/phpredisadmin
:1.25.0
linux/arm64linux/amd64
2025/11/24 03:0776.0 MBsha256:93fb2d90ccfb
docker.io/erikdubbelboer/phpredisadmin
:1.24
linux/arm64linux/amd64
2025/03/31 12:4072.1 MBsha256:fad5fa33ec89
docker.io/erikdubbelboer/phpredisadmin
:1.24.0
linux/arm64linux/amd64
2025/03/31 12:4072.1 MBsha256:fad5fa33ec89
docker.io/erikdubbelboer/phpredisadmin
:1.23
linux/arm64linux/amd64
2024/12/20 15:3372.4 MBsha256:8b92a248664e
docker.io/erikdubbelboer/phpredisadmin
:1.23.0
linux/arm64linux/amd64
2024/12/20 15:3372.4 MBsha256:8b92a248664e
docker.io/erikdubbelboer/phpredisadmin
:1.22
linux/arm64linux/amd64
2024/12/09 20:1373.5 MBsha256:4b2572715df4
docker.io/erikdubbelboer/phpredisadmin
:1.22.1
linux/arm64linux/amd64
2024/12/09 20:1373.5 MBsha256:4b2572715df4
docker.io/erikdubbelboer/phpredisadmin
:1.22.0
linux/arm64linux/amd64
2024/12/08 18:0773.5 MBsha256:f1a616e8b8b9
docker.io/erikdubbelboer/phpredisadmin
:1.21
linux/arm64linux/amd64
2024/09/21 22:1367.0 MBsha256:d7ccafe3550c
docker.io/erikdubbelboer/phpredisadmin
:1.21.1
linux/arm64linux/amd64
2024/09/21 22:1367.0 MBsha256:d7ccafe3550c
docker.io/erikdubbelboer/phpredisadmin
:1.21.0
linux/arm64linux/amd64
2024/08/19 01:3167.4 MBsha256:aba777815026
docker.io/erikdubbelboer/phpredisadmin
:1.20
linux/arm64linux/amd64
2024/06/25 01:1966.9 MBsha256:100174c2e519
docker.io/erikdubbelboer/phpredisadmin
:1.20.0
linux/arm64linux/amd64
2024/06/25 01:1966.9 MBsha256:100174c2e519
docker.io/erikdubbelboer/phpredisadmin
:1.19
linux/arm64linux/amd64
2024/04/11 02:4468.2 MBsha256:57e365094bf0
docker.io/erikdubbelboer/phpredisadmin
:1.19.3
linux/arm64linux/amd64
2024/04/11 02:4468.2 MBsha256:57e365094bf0