镜像概览
- 完整引用
docker.io/nextcloud/aio-redis- Registry
- docker.io
- 命名空间
- nextcloud
- 仓库
- aio-redis
- 已缓存 Tag 数
- 169
- 最近同步
- 07/06/2026, 06:30 AM
- 相关主题
简介
Nextcloud All-in-One 栈 Redis 缓存镜像,为 AIO PHP 与会话提供内存缓存,需与同 compose AIO 容器组网。
详细介绍
nextcloud/aio-redis 为 Nextcloud AIO 安装器提供预配置 Redis,供 PHP opcache 与会话加速。定位为 Redis 缓存服务,必须与 AIO mastercontainer 同网段;K8s Deployment + PVC(可选)或 AIO Helm 栈内 Service。
快速启动
docker run -d --name nc-aio-redis \
-p 6379:6379 \
docker.io/nextcloud/aio-redis:latest
推荐实践
docker run -d --name nc-aio-redis \
--restart unless-stopped \
-p 6379:6379 \
-v nc-aio-redis:/data \
docker.io/nextcloud/aio-redis:8.3.0
核心参数说明
-p 6379:6379— Redis 协议端口-v nc-aio-redis:...— AOF/RDB 持久化- 固定 tag — 与 AIO 栈 pin
- 组网 — AIO 内部网络
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: nc-aio-redis
spec:
replicas: 1
selector:
matchLabels:
app: nc-aio-redis
template:
metadata:
labels:
app: nc-aio-redis
spec:
containers:
- name: redis
image: docker.io/nextcloud/aio-redis:8.3.0
ports:
- containerPort: 6379
volumeMounts:
- name: data
mountPath: /data
volumes:
- name: data
persistentVolumeClaim:
claimName: nc-aio-redis
---
apiVersion: v1
kind: Service
metadata:
name: nc-aio-redis
spec:
selector:
app: nc-aio-redis
ports:
- port: 6379
targetPort: 6379
AIO 其他组件独立 Service;密码 Secret 可选。
最新 Tag(20 条)
查看全部 169 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/nextcloud/aio-redis :20260702_083546 | linux/amd64linux/arm64 | 2026/07/02 16:36 | 36.1 MB | sha256:f327c7f38407… | |||
docker.io/nextcloud/aio-redis :20260609_115915 | linux/amd64linux/arm64 | 2026/06/09 19:59 | 33.7 MB | sha256:b9f81214ba6e… | |||
docker.io/nextcloud/aio-redis :20260527_140826 | linux/amd64linux/arm64 | 2026/05/27 22:09 | 33.7 MB | sha256:6edeac52e8ed… | |||
docker.io/nextcloud/aio-redis :20260515_145717 | linux/amd64linux/arm64 | 2026/05/15 22:57 | 33.7 MB | sha256:16cfb0e99100… | |||
docker.io/nextcloud/aio-redis :20260513_090235 | linux/amd64linux/arm64 | 2026/05/13 17:09 | 33.7 MB | sha256:4d563495df93… | |||
docker.io/nextcloud/aio-redis :20260409_094910 | linux/amd64linux/arm64 | 2026/04/09 17:49 | 33.9 MB | sha256:f7d7898d133b… | |||
docker.io/nextcloud/aio-redis :20260306_081319 | linux/amd64linux/arm64 | 2026/03/06 16:13 | 33.8 MB | sha256:bae30279ba29… | |||
docker.io/nextcloud/aio-redis :20260218_123804 | linux/amd64linux/arm64 | 2026/02/18 20:38 | 27.0 MB | sha256:cb0416f4cf45… | |||
docker.io/nextcloud/aio-redis :20260211_141900 | linux/amd64linux/arm64 | 2026/02/11 22:19 | 27.3 MB | sha256:26d0fd6abc0b… | |||
docker.io/nextcloud/aio-redis :20260122_105751 | linux/amd64linux/arm64 | 2026/01/22 18:58 | 27.9 MB | sha256:295cdc57382e… | |||
docker.io/nextcloud/aio-redis :20260114_114729 | linux/amd64linux/arm64 | 2026/01/14 19:47 | 27.9 MB | sha256:e5581c379a47… | |||
docker.io/nextcloud/aio-redis :20251218_095503 | linux/amd64linux/arm64 | 2025/12/18 17:55 | 27.8 MB | sha256:2b0a6ca82874… | |||
docker.io/nextcloud/aio-redis :20251210_133359 | linux/amd64linux/arm64 | 2025/12/10 21:34 | 27.8 MB | sha256:4d954364bdfb… | |||
docker.io/nextcloud/aio-redis :20251128_084214 | linux/amd64linux/arm64 | 2025/11/28 16:42 | 27.8 MB | sha256:dad9eecf27bc… | |||
docker.io/nextcloud/aio-redis :20251031_122139 | linux/amd64linux/arm64 | 2025/10/31 20:21 | 17.1 MB | sha256:641444549c4a… | |||
docker.io/nextcloud/aio-redis :20251015_082711 | linux/amd64linux/arm64 | 2025/10/15 16:27 | 19.9 MB | sha256:d97b377986be… | |||
docker.io/nextcloud/aio-redis :20250927_081431 | linux/amd64linux/arm64 | 2025/09/27 16:14 | 17.6 MB | sha256:5e094391bdc2… | |||
docker.io/nextcloud/aio-redis :20250918_093027 | linux/amd64linux/arm64 | 2025/09/18 17:30 | 17.6 MB | sha256:457254d2b385… | |||
docker.io/nextcloud/aio-redis :20250905_100617 | linux/amd64linux/arm64 | 2025/09/05 18:06 | 17.6 MB | sha256:a6a7440a1e9e… | |||
docker.io/nextcloud/aio-redis :20250822_112758 | linux/amd64linux/arm64 | 2025/08/22 19:28 | 17.6 MB | sha256:b9b7a2f8cf3a… |