概要
- フル名
docker.io/arm64v8/redis- Registry
- docker.io
- 名前空間
- arm64v8
- リポジトリ
- redis
- キャッシュ Tag 数
- 917
- 最終同期
- 07/05/2026, 02:14 PM
- 関連トピック
概要
Redis ARM64 官方镜像,ARM 服务器内存 KV 缓存/消息队列,Graviton/树莓派高性能内存数据库运行时。
詳細
arm64v8/redis 是 Redis 的 arm64v8 官方构建,提供内存键值存储、Pub/Sub 与多种数据结构。定位为 ARM64 缓存/消息服务,持久化 RDB/AOF volume;AWS Graviton 缓存层、ARM 边缘网关会话存储或微服务 ARM64 部署的 Redis 后端,仅 ARM64 平台。
快速启动
docker run -d --name redis \
-p 6379:6379 \
docker.io/arm64v8/redis:7.4
推荐实践
docker run -d --name redis \
--restart unless-stopped \
-p 6379:6379 \
-v /data/redis:/data \
docker.io/arm64v8/redis:7.4 \
redis-server --appendonly yes
核心参数说明
-p 6379:6379— Redis 协议端口--appendonly yes— AOF 持久化- 架构 — 仅 ARM64 平台
-v .../data:...— 数据持久化
Kubernetes
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: redis
spec:
serviceName: redis
replicas: 1
selector:
matchLabels:
app: redis
template:
metadata:
labels:
app: redis
spec:
nodeSelector:
kubernetes.io/arch: arm64
containers:
- name: redis
image: docker.io/arm64v8/redis:7.4
ports:
- containerPort: 6379
args: ["redis-server", "--appendonly", "yes"]
volumeMounts:
- name: data
mountPath: /data
volumeClaimTemplates:
- metadata:
name: data
spec:
accessModes: [ReadWriteOnce]
resources:
requests:
storage: 10Gi
---
apiVersion: v1
kind: Service
metadata:
name: redis
spec:
selector:
app: redis
ports:
- port: 6379
targetPort: 6379
nodeSelector 限定 ARM 节点;PVC 持久化。
最新 Tag(20 件)
すべての 917 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/arm64v8/redis :8.8.0-trixie | linux/arm64/v8 | 2026/06/24 12:05 | 51.6 MB | sha256:d27d1ec3e13f… | |||
docker.io/arm64v8/redis :8.2.7-bookworm | linux/arm64/v8 | 2026/06/24 12:05 | 49.9 MB | sha256:6bff35fd882e… | |||
docker.io/arm64v8/redis :8.8 | linux/arm64/v8 | 2026/06/24 12:05 | 51.6 MB | sha256:d27d1ec3e13f… | |||
docker.io/arm64v8/redis :8.2 | linux/arm64/v8 | 2026/06/24 12:05 | 49.9 MB | sha256:6bff35fd882e… | |||
docker.io/arm64v8/redis :8 | linux/arm64/v8 | 2026/06/24 12:04 | 51.6 MB | sha256:d27d1ec3e13f… | |||
docker.io/arm64v8/redis :8.4.4-trixie | linux/arm64/v8 | 2026/06/24 12:04 | 50.5 MB | sha256:ac777d43645c… | |||
docker.io/arm64v8/redis :8.2-bookworm | linux/arm64/v8 | 2026/06/24 12:04 | 49.9 MB | sha256:6bff35fd882e… | |||
docker.io/arm64v8/redis :7.2.14-bookworm | linux/arm64/v8 | 2026/06/24 12:03 | 41.1 MB | sha256:5257a590f94e… | |||
docker.io/arm64v8/redis :latest | linux/arm64/v8 | 2026/06/24 12:03 | 51.6 MB | sha256:d27d1ec3e13f… | |||
docker.io/arm64v8/redis :6.2-bookworm | linux/arm64/v8 | 2026/06/24 12:03 | 36.8 MB | sha256:3c12f9cdd6c2… | |||
docker.io/arm64v8/redis :8.4-trixie | linux/arm64/v8 | 2026/06/24 12:03 | 50.5 MB | sha256:ac777d43645c… | |||
docker.io/arm64v8/redis :8.2.7 | linux/arm64/v8 | 2026/06/24 12:03 | 49.9 MB | sha256:6bff35fd882e… | |||
docker.io/arm64v8/redis :7.4.9-bookworm | linux/arm64/v8 | 2026/06/24 12:03 | 41.5 MB | sha256:cd8543478f9c… | |||
docker.io/arm64v8/redis :7.2 | linux/arm64/v8 | 2026/06/24 12:02 | 41.1 MB | sha256:5257a590f94e… | |||
docker.io/arm64v8/redis :trixie | linux/arm64/v8 | 2026/06/24 12:02 | 51.6 MB | sha256:d27d1ec3e13f… | |||
docker.io/arm64v8/redis :6.2 | linux/arm64/v8 | 2026/06/24 12:02 | 36.8 MB | sha256:3c12f9cdd6c2… | |||
docker.io/arm64v8/redis :8.4 | linux/arm64/v8 | 2026/06/24 12:02 | 50.5 MB | sha256:ac777d43645c… | |||
docker.io/arm64v8/redis :7-bookworm | linux/arm64/v8 | 2026/06/24 12:02 | 41.5 MB | sha256:cd8543478f9c… | |||
docker.io/arm64v8/redis :7.2-bookworm | linux/arm64/v8 | 2026/06/24 12:01 | 41.1 MB | sha256:5257a590f94e… | |||
docker.io/arm64v8/redis :8-trixie | linux/arm64/v8 | 2026/06/24 12:01 | 51.6 MB | sha256:d27d1ec3e13f… |