Overview
- Full name
docker.io/tugraph/tugraph-runtime-centos7- Registry
- docker.io
- Namespace
- tugraph
- Repository
- tugraph-runtime-centos7
- Cached tags
- 24
- Last synced
- 07/13/2026, 04:01 PM
Introduction
TuGraph 图数据库运行时镜像(CentOS7),蚂蚁开源高性能图 DB,金融风控/知识图谱/社交网络关系分析引擎。
Details
tugraph/tugraph-runtime-centos7 运行 TuGraph 高性能图数据库引擎,支持 Cypher/GSQL 查询、ACID 事务与大规模图分析。定位为图数据库服务,基于 CentOS7 运行时;金融风控关系网络、知识图谱存储、社交网络分析或替代 Neo4j 的国产图 DB 方案。
快速启动
docker run -d --name tugraph \
-p 7070:7070 -p 7687:7687 \
docker.io/tugraph/tugraph-runtime-centos7:latest
推荐实践
docker run -d --name tugraph \
--restart unless-stopped \
-p 7070:7070 -p 7687:7687 \
-v /data/tugraph:/var/lib/lgraph \
docker.io/tugraph/tugraph-runtime-centos7:4.5.1
核心参数说明
-p 7070— HTTP REST API-p 7687— Bolt 协议端口-v .../lgraph:...— 图数据持久化- 资源 — 大图查询需足够内存
Kubernetes
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: tugraph
spec:
serviceName: tugraph
replicas: 1
selector:
matchLabels:
app: tugraph
template:
metadata:
labels:
app: tugraph
spec:
containers:
- name: tugraph
image: docker.io/tugraph/tugraph-runtime-centos7:4.5.1
ports:
- containerPort: 7070
- containerPort: 7687
volumeMounts:
- name: data
mountPath: /var/lib/lgraph
volumeClaimTemplates:
- metadata:
name: data
spec:
accessModes: [ReadWriteOnce]
resources:
requests:
storage: 50Gi
---
apiVersion: v1
kind: Service
metadata:
name: tugraph
spec:
selector:
app: tugraph
ports:
- name: http
port: 7070
targetPort: 7070
- name: bolt
port: 7687
targetPort: 7687
PVC 持久化图数据;按查询负载调资源。
Latest tags (20)
View all 24 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/tugraph/tugraph-runtime-centos7 :latest | linux/amd64 | 2025/03/14 16:19 | 627.6 MB | sha256:b1b0ecc39a58… | |||
docker.io/tugraph/tugraph-runtime-centos7 :4.5.2 | linux/amd64 | 2025/03/14 16:14 | 627.6 MB | sha256:b1b0ecc39a58… | |||
docker.io/tugraph/tugraph-runtime-centos7 :4.5.1 | linux/amd64 | 2024/12/04 15:10 | 614.9 MB | sha256:a1e9ca50d382… | |||
docker.io/tugraph/tugraph-runtime-centos7 :4.5.0 | linux/amd64 | 2024/09/14 10:09 | 2.7 GB | sha256:09b7445107a4… | |||
docker.io/tugraph/tugraph-runtime-centos7 :4.3.2 | linux/amd64 | 2024/07/26 13:12 | 2.7 GB | sha256:e50180a30f2c… | |||
docker.io/tugraph/tugraph-runtime-centos7 :4.3.1 | linux/amd64 | 2024/06/14 10:16 | 3.9 GB | sha256:e23d43e5adae… | |||
docker.io/tugraph/tugraph-runtime-centos7 :4.3.0 | linux/amd64 | 2024/06/03 11:08 | 3.9 GB | sha256:1c43c1fe5fd2… | |||
docker.io/tugraph/tugraph-runtime-centos7 :4.2.1 | linux/amd64 | 2024/05/06 10:50 | 4.0 GB | sha256:e42fe0359f0e… | |||
docker.io/tugraph/tugraph-runtime-centos7 :4.2.0 | linux/amd64 | 2024/04/22 14:27 | 3.8 GB | sha256:8937bfc7ea2a… | |||
docker.io/tugraph/tugraph-runtime-centos7 :4.1.0-dev | linux/amd64 | 2024/03/20 22:35 | 3.8 GB | sha256:cf3fbc46db68… | |||
docker.io/tugraph/tugraph-runtime-centos7 :4.1.0 | linux/arm64/v8linux/amd64 | 2024/01/26 15:35 | 2.0 GB | sha256:fd2a79269a10… | |||
docker.io/tugraph/tugraph-runtime-centos7 :4.0.1-dev | linux/amd64 | 2023/11/29 22:20 | 2.8 GB | sha256:cac61be1f248… | |||
docker.io/tugraph/tugraph-runtime-centos7 :4.0.1 | linux/arm64/v8linux/amd64 | 2023/11/24 11:01 | 1.9 GB | sha256:8f55c87ca966… | |||
docker.io/tugraph/tugraph-runtime-centos7 :4.0.0 | linux/arm64/v8linux/amd64 | 2023/09/28 13:54 | 1.9 GB | sha256:fe940e7bf37b… | |||
docker.io/tugraph/tugraph-runtime-centos7 :4.0.0-finbench | linux/amd64 | 2023/09/25 21:40 | 2.7 GB | sha256:9c598e59ca33… | |||
docker.io/tugraph/tugraph-runtime-centos7 :3.6.0 | linux/arm64/v8linux/amd64 | 2023/09/14 17:04 | 2.0 GB | sha256:a05575127f60… | |||
docker.io/tugraph/tugraph-runtime-centos7 :3.5.1 | linux/amd64 | 2023/08/04 17:36 | 2.7 GB | sha256:d61b689499c7… | |||
docker.io/tugraph/tugraph-runtime-centos7 :DSL | linux/amd64 | 2023/07/25 17:33 | 1.9 GB | sha256:437c04a6faa5… | |||
docker.io/tugraph/tugraph-runtime-centos7 :3.5.0 | linux/amd64 | 2023/06/06 09:59 | 1.7 GB | sha256:048c29553e87… | |||
docker.io/tugraph/tugraph-runtime-centos7 :3.4.0 | linux/amd64 | 2023/03/31 15:49 | 1.0 GB | sha256:9acd7227b83a… |