镜像概览

完整引用
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:541.9 GBsha256:06a726f34759
docker.io/alluxio/alluxio-dev
:2.9.5
linux/amd64
2024/06/25 07:541.9 GBsha256:06a726f34759
docker.io/alluxio/alluxio-dev
:2.9.4
linux/amd64
2024/05/08 07:301.9 GBsha256:7756b6768831
docker.io/alluxio/alluxio-dev
:309
linux/amd64
2024/02/14 09:441.6 GBsha256:b502e667274d
docker.io/alluxio/alluxio-dev
:308
linux/amd64
2024/02/02 07:201.6 GBsha256:9239526e6b94
docker.io/alluxio/alluxio-dev
:305
linux/amd64
2023/11/09 08:261.6 GBsha256:2bdbaf6708c7
docker.io/alluxio/alluxio-dev
:304
linux/amd64
2023/09/11 14:431.6 GBsha256:3ddf7ba1439d
docker.io/alluxio/alluxio-dev
:303
linux/amd64
2023/08/14 17:361.6 GBsha256:54a56c5c0a41
docker.io/alluxio/alluxio-dev
:302
linux/amd64
2023/07/29 16:291.6 GBsha256:1d5d73d1b9a4
docker.io/alluxio/alluxio-dev
:301
linux/amd64
2023/07/15 05:541.6 GBsha256:da6c98182c80
docker.io/alluxio/alluxio-dev
:294
linux/amd64
2023/04/29 06:401.7 GBsha256:1e76b9fcfea1
docker.io/alluxio/alluxio-dev
:2.9.3
linux/amd64
2023/03/25 08:341.8 GBsha256:17bf94a9536c
docker.io/alluxio/alluxio-dev
:2.9.2
linux/amd64
2023/03/07 05:431.8 GBsha256:a37875ffbd25
docker.io/alluxio/alluxio-dev
:2.9.1
linux/amd64
2023/01/21 11:041.7 GBsha256:22107af7f8f2
docker.io/alluxio/alluxio-dev
:2.9.0
linux/amd64
2023/01/11 09:351.7 GBsha256:e055fae2866e
docker.io/alluxio/alluxio-dev
:2.8.1
linux/amd64
2022/08/06 05:302.2 GBsha256:b7543a818dac
docker.io/alluxio/alluxio-dev
:2.8.0
linux/amd64
2022/04/27 15:382.4 GBsha256:f3b0e8cae019
docker.io/alluxio/alluxio-dev
:2.7.4
linux/amd64
2022/04/07 04:052.1 GBsha256:736a1e2e7be7
docker.io/alluxio/alluxio-dev
:2.7.3
linux/amd64
2022/02/05 04:272.2 GBsha256:1634ca0183df
docker.io/alluxio/alluxio-dev
:2.7.2
linux/amd64
2021/12/28 09:142.3 GBsha256:165967cbca19