镜像概览
- 完整引用
docker.io/alluxio/alluxio-dev- Registry
- docker.io
- 命名空间
- alluxio
- 仓库
- alluxio-dev
- 已缓存 Tag 数
- 23
- 最近同步
- 07/06/2026, 08:50 AM
简介
Alluxio 开发版分布式缓存文件系统镜像,加速大数据/AI 工作负载访问 S3/HDFS,适合 PoC 与 dev 集群。
详细介绍
alluxio/alluxio-dev 运行 Alluxio master/worker,将远端存储缓存至本地内存/SSD。定位为分布式存储服务,需 master/worker 拓扑与底层 UFS;K8s StatefulSet + DaemonSet worker。
快速启动
docker run -d --name alluxio-master \
-p 19999:19999 -p 19998:19998 \
-e ALLUXIO_MASTER_HOSTNAME=alluxio-master \
docker.io/alluxio/alluxio-dev:latest \
master
推荐实践
docker run -d --name alluxio-master \
--restart unless-stopped \
-p 19999:19999 \
-e ALLUXIO_JAVA_OPTS="-Xms4g -Xmx4g" \
docker.io/alluxio/alluxio-dev:2.9.3 \
master
核心参数说明
master/worker— 角色子命令-p 19999:19999— Web UI 端口-e ALLUXIO_JAVA_OPTS— JVM 堆大小- 固定 tag — Alluxio 大版本 pin
Kubernetes
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: alluxio-master
spec:
serviceName: alluxio-master
replicas: 1
selector:
matchLabels:
app: alluxio-master
template:
metadata:
labels:
app: alluxio-master
spec:
containers:
- name: master
image: docker.io/alluxio/alluxio-dev:2.9.3
args: ["master"]
ports:
- containerPort: 19999
---
apiVersion: v1
kind: Service
metadata:
name: alluxio-master
spec:
selector:
app: alluxio-master
ports:
- port: 19999
targetPort: 19999
Worker DaemonSet 挂载 hostPath/SSD;UFS 凭据 Secret 配置。
最新 Tag(20 条)
查看全部 23 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/alluxio/alluxio-dev :latest | linux/amd64 | 2024/06/25 07:54 | 1.9 GB | sha256:06a726f34759… | |||
docker.io/alluxio/alluxio-dev :2.9.5 | linux/amd64 | 2024/06/25 07:54 | 1.9 GB | sha256:06a726f34759… | |||
docker.io/alluxio/alluxio-dev :2.9.4 | linux/amd64 | 2024/05/08 07:30 | 1.9 GB | sha256:7756b6768831… | |||
docker.io/alluxio/alluxio-dev :309 | linux/amd64 | 2024/02/14 09:44 | 1.6 GB | sha256:b502e667274d… | |||
docker.io/alluxio/alluxio-dev :308 | linux/amd64 | 2024/02/02 07:20 | 1.6 GB | sha256:9239526e6b94… | |||
docker.io/alluxio/alluxio-dev :305 | linux/amd64 | 2023/11/09 08:26 | 1.6 GB | sha256:2bdbaf6708c7… | |||
docker.io/alluxio/alluxio-dev :304 | linux/amd64 | 2023/09/11 14:43 | 1.6 GB | sha256:3ddf7ba1439d… | |||
docker.io/alluxio/alluxio-dev :303 | linux/amd64 | 2023/08/14 17:36 | 1.6 GB | sha256:54a56c5c0a41… | |||
docker.io/alluxio/alluxio-dev :302 | linux/amd64 | 2023/07/29 16:29 | 1.6 GB | sha256:1d5d73d1b9a4… | |||
docker.io/alluxio/alluxio-dev :301 | linux/amd64 | 2023/07/15 05:54 | 1.6 GB | sha256:da6c98182c80… | |||
docker.io/alluxio/alluxio-dev :294 | linux/amd64 | 2023/04/29 06:40 | 1.7 GB | sha256:1e76b9fcfea1… | |||
docker.io/alluxio/alluxio-dev :2.9.3 | linux/amd64 | 2023/03/25 08:34 | 1.8 GB | sha256:17bf94a9536c… | |||
docker.io/alluxio/alluxio-dev :2.9.2 | linux/amd64 | 2023/03/07 05:43 | 1.8 GB | sha256:a37875ffbd25… | |||
docker.io/alluxio/alluxio-dev :2.9.1 | linux/amd64 | 2023/01/21 11:04 | 1.7 GB | sha256:22107af7f8f2… | |||
docker.io/alluxio/alluxio-dev :2.9.0 | linux/amd64 | 2023/01/11 09:35 | 1.7 GB | sha256:e055fae2866e… | |||
docker.io/alluxio/alluxio-dev :2.8.1 | linux/amd64 | 2022/08/06 05:30 | 2.2 GB | sha256:b7543a818dac… | |||
docker.io/alluxio/alluxio-dev :2.8.0 | linux/amd64 | 2022/04/27 15:38 | 2.4 GB | sha256:f3b0e8cae019… | |||
docker.io/alluxio/alluxio-dev :2.7.4 | linux/amd64 | 2022/04/07 04:05 | 2.1 GB | sha256:736a1e2e7be7… | |||
docker.io/alluxio/alluxio-dev :2.7.3 | linux/amd64 | 2022/02/05 04:27 | 2.2 GB | sha256:1634ca0183df… | |||
docker.io/alluxio/alluxio-dev :2.7.2 | linux/amd64 | 2021/12/28 09:14 | 2.3 GB | sha256:165967cbca19… |