Overview
- Full name
docker.io/eurekas/datax-web- Registry
- docker.io
- Namespace
- eurekas
- Repository
- datax-web
- Cached tags
- 2
- Last synced
- 07/06/2026, 05:11 AM
Introduction
DataX-Web 阿里 DataX 可视化调度平台镜像,Web UI 配置离线同步任务,需 MySQL 存储 job 元数据。
Details
eurekas/datax-web 运行 DataX 任务调度控制台,管理 reader/writer 配置与 cron 触发。定位为 ETL 调度 Web 应用,需 MySQL 与 DataX executor 节点;K8s Deployment + Ingress 内网数据同步平台。
快速启动
docker run -d --name datax-web \
-p 8080:8080 \
-e DB_HOST=mysql \
docker.io/eurekas/datax-web:latest
推荐实践
docker run -d --name datax-web \
--restart unless-stopped \
-p 8080:8080 \
-e DB_HOST=mysql.internal \
-e DB_PASSWORD=changeme \
docker.io/eurekas/datax-web:2.1.2
核心参数说明
-p 8080:8080— DataX-Web 控制台-e DB_HOST— MySQL 元数据库-e DB_PASSWORD— DB 密码(高敏)- 固定 tag — DataX-Web pin
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: datax-web
spec:
replicas: 1
selector:
matchLabels:
app: datax-web
template:
metadata:
labels:
app: datax-web
spec:
containers:
- name: web
image: docker.io/eurekas/datax-web:2.1.2
ports:
- containerPort: 8080
envFrom:
- secretRef:
name: datax-web-db
---
apiVersion: v1
kind: Service
metadata:
name: datax-web
spec:
selector:
app: datax-web
ports:
- port: 8080
targetPort: 8080
DataX executor 独立 Job/Deployment;MySQL 独立 Service。
Latest tags (20)
View all 2 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/eurekas/datax-web :standalone-1.1 | linux/amd64 | 2020/07/28 17:47 | 2.4 GB | sha256:3dbb8df6dc21… | |||
docker.io/eurekas/datax-web :standalone | linux/amd64 | 2020/07/17 18:46 | 2.4 GB | sha256:054459cfbb79… |