镜像概览
- 完整引用
docker.io/vesoft/nebula-storaged- Registry
- docker.io
- 命名空间
- vesoft
- 仓库
- nebula-storaged
- 已缓存 Tag 数
- 42
- 最近同步
- 07/05/2026, 04:54 AM
简介
NebulaGraph 存储节点镜像,分布式图数据库存储层,与 metad/graphd 组成 NebulaGraph 集群,适合社交/风控图分析。
详细介绍
vesoft/nebula-storaged 运行 NebulaGraph 存储服务(storaged),持久化图顶点与边数据,配合 metad 与 graphd 组成完整图数据库集群。定位为图数据库存储节点,需 data volume 与 metad 地址;K8s StatefulSet 生产图数据库集群。
快速启动
docker run -d --name nebula-storaged \
-p 9779:9779 \
-e META_SERVER_ADDR=nebula-metad:9559 \
docker.io/vesoft/nebula-storaged:latest
推荐实践
docker run -d --name nebula-storaged \
--restart unless-stopped \
-p 9779:9779 -p 19779:19779 \
-v /data/nebula-storaged:/usr/local/nebula/data \
-e META_SERVER_ADDR=nebula-metad.internal:9559 \
docker.io/vesoft/nebula-storaged:3.8.0
核心参数说明
-p 9779:9779— storaged RPC 端口-e META_SERVER_ADDR— metad 元数据服务地址-v .../nebula-storaged:...— 图数据持久化- 集群 — 需 metad + graphd 同栈
Kubernetes
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: nebula-storaged
spec:
serviceName: nebula-storaged
replicas: 3
selector:
matchLabels:
app: nebula-storaged
template:
metadata:
labels:
app: nebula-storaged
spec:
containers:
- name: storaged
image: docker.io/vesoft/nebula-storaged:3.8.0
ports:
- containerPort: 9779
env:
- name: META_SERVER_ADDR
value: nebula-metad:9559
volumeMounts:
- name: data
mountPath: /usr/local/nebula/data
volumeClaimTemplates:
- metadata:
name: data
spec:
accessModes: [ReadWriteOnce]
resources:
requests:
storage: 100Gi
---
apiVersion: v1
kind: Service
metadata:
name: nebula-storaged
spec:
selector:
app: nebula-storaged
ports:
- port: 9779
targetPort: 9779
Nebula Operator 或 Helm 生产推荐;metad/graphd 独立 StatefulSet。
最新 Tag(20 条)
查看全部 42 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/vesoft/nebula-storaged :nightly | linux/amd64linux/arm64 | 2025/10/29 09:21 | 108.4 MB | sha256:1ddd58270abe… | |||
docker.io/vesoft/nebula-storaged :latest | linux/amd64linux/arm64 | 2024/05/17 18:39 | 108.4 MB | sha256:3dbc31973c85… | |||
docker.io/vesoft/nebula-storaged :v3 | linux/amd64linux/arm64 | 2024/05/17 18:39 | 108.4 MB | sha256:3dbc31973c85… | |||
docker.io/vesoft/nebula-storaged :v3.8.0 | linux/amd64linux/arm64 | 2024/05/17 18:39 | 108.4 MB | sha256:3dbc31973c85… | |||
docker.io/vesoft/nebula-storaged :v3.6.0 | linux/amd64linux/arm64 | 2023/08/11 11:56 | 108.4 MB | sha256:3222443937af… | |||
docker.io/vesoft/nebula-storaged :v3.5.0 | linux/arm64linux/amd64 | 2023/05/23 18:07 | 137.0 MB | sha256:544e279a31f9… | |||
docker.io/vesoft/nebula-storaged :v3.4.1 | linux/amd64linux/arm64 | 2023/03/08 11:15 | 108.4 MB | sha256:991a0395ed59… | |||
docker.io/vesoft/nebula-storaged :v3.4.0 | linux/amd64linux/arm64 | 2023/02/09 18:20 | 108.4 MB | sha256:6fbf90103d5c… | |||
docker.io/vesoft/nebula-storaged :v3.3.0 | linux/amd64linux/arm64 | 2022/10/31 14:07 | 107.7 MB | sha256:40c352cd6692… | |||
docker.io/vesoft/nebula-storaged :v3.2.1 | linux/amd64linux/arm64 | 2022/09/16 10:57 | 106.9 MB | sha256:7c8262a45aae… | |||
docker.io/vesoft/nebula-storaged :v3.2.0 | linux/amd64linux/arm64 | 2022/07/18 10:35 | 106.9 MB | sha256:4d1b6964b7cd… | |||
docker.io/vesoft/nebula-storaged :v3.1.0 | linux/amd64linux/arm64 | 2022/04/24 17:55 | 106.9 MB | sha256:b6114e830140… | |||
docker.io/vesoft/nebula-storaged :v3.0.2 | linux/amd64linux/arm64 | 2022/03/29 10:18 | 106.7 MB | sha256:5683fffb7012… | |||
docker.io/vesoft/nebula-storaged :v3.0.1 | linux/amd64 | 2022/03/15 13:44 | 106.7 MB | sha256:1bbb9e41b89c… | |||
docker.io/vesoft/nebula-storaged :v3.0.0 | linux/amd64 | 2022/02/16 10:41 | 106.7 MB | sha256:6207ee7b56ee… | |||
docker.io/vesoft/nebula-storaged :v2 | linux/amd64 | 2022/01/26 19:24 | 104.2 MB | sha256:4bb138a01162… | |||
docker.io/vesoft/nebula-storaged :v2.6.2 | linux/amd64 | 2022/01/26 19:24 | 104.2 MB | sha256:4bb138a01162… | |||
docker.io/vesoft/nebula-storaged :v2.6.1 | linux/amd64 | 2021/11/03 21:57 | 104.2 MB | sha256:ba25257ed618… | |||
docker.io/vesoft/nebula-storaged :v2-nightly | linux/amd64 | 2021/11/01 04:23 | 104.3 MB | sha256:28d8f93f9018… | |||
docker.io/vesoft/nebula-storaged :v2.6.0 | linux/amd64 | 2021/10/25 21:42 | 104.2 MB | sha256:11b4e4431710… |