镜像概览

完整引用
docker.io/anyproto/any-sync-node
Registry
docker.io
命名空间
anyproto
仓库
any-sync-node
已缓存 Tag 数
74
最近同步
07/13/2026, 02:27 PM

简介

Anytype Any-Sync Node 镜像,去中心化协作同步节点,Anytype 私有部署 P2P 同步与数据协调组件。

详细介绍

anyproto/any-sync-node 运行 Anytype Any-Sync 同步节点,参与 P2P 数据同步与 CRDT 协调。定位为 Anytype 私有同步栈节点,需 any-sync-coordinator 与 any-sync-filenode;Anytype 自托管同步、去中心化协作后端或 Any-Sync 网络节点。

快速启动

docker run -d --name any-sync-node \
  -p 8080:8080 \
  -e ANY_SYNC_COORDINATOR=coordinator:8080 \
  docker.io/anyproto/any-sync-node:latest

推荐实践

docker run -d --name any-sync-node \
  --restart unless-stopped \
  -p 8080:8080 \
  -e ANY_SYNC_COORDINATOR=coordinator:8080 \
  -v /data/sync-node:/data \
  docker.io/anyproto/any-sync-node:0.3.0

核心参数说明

  • -p 8080:8080 — Sync Node API
  • ANY_SYNC_COORDINATOR — Coordinator 地址
  • 配对 — coordinator + filenode
  • 部署 — 随 Any-Sync compose 栈

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: any-sync-node
spec:
  replicas: 2
  selector:
    matchLabels:
      app: any-sync-node
  template:
    metadata:
      labels:
        app: any-sync-node
    spec:
      containers:
        - name: sync-node
          image: docker.io/anyproto/any-sync-node:0.3.0
          ports:
            - containerPort: 8080
          env:
            - name: ANY_SYNC_COORDINATOR
              value: any-sync-coordinator:8080
          volumeMounts:
            - name: data
              mountPath: /data
      volumes:
        - name: data
          persistentVolumeClaim:
            claimName: sync-node-data
---
apiVersion: v1
kind: Service
metadata:
  name: any-sync-node
spec:
  selector:
    app: any-sync-node
  ports:
    - port: 8080
      targetPort: 8080

与 coordinator/filenode 同 namespace。

最新 Tag(20 条)

查看全部 74 个 Tag →
Tag架构推送时间大小Digest同步期望操作
docker.io/anyproto/any-sync-node
:v0.11.2
linux/amd64linux/arm64
2026/07/06 20:3074.2 MBsha256:a99f3c5039a2
docker.io/anyproto/any-sync-node
:latest
linux/amd64linux/arm64
2026/07/06 20:3074.2 MBsha256:a99f3c5039a2
docker.io/anyproto/any-sync-node
:v0.12.0
linux/amd64linux/arm64
2026/07/03 17:5067.9 MBsha256:505f48a76ed7
docker.io/anyproto/any-sync-node
:v0.11.1
linux/amd64linux/arm64
2026/04/21 17:4467.7 MBsha256:a1108b5dc352
docker.io/anyproto/any-sync-node
:v0.11.0
linux/amd64linux/arm64
2026/04/07 17:4167.7 MBsha256:ebabe09b52cd
docker.io/anyproto/any-sync-node
:v0.10.5
linux/amd64linux/arm64
2026/02/12 22:0264.3 MBsha256:f035bb87be3e
docker.io/anyproto/any-sync-node
:v0.10.4
linux/amd64linux/arm64
2026/02/12 21:2464.3 MBsha256:5e8c2e35d1a7
docker.io/anyproto/any-sync-node
:v0.10.3
linux/amd64linux/arm64
2026/02/10 23:2864.3 MBsha256:aea5637feb65
docker.io/anyproto/any-sync-node
:v0.10.2
linux/amd64linux/arm64
2026/01/31 20:2964.2 MBsha256:67944d8f0040
docker.io/anyproto/any-sync-node
:v0.10.1
linux/amd64linux/arm64
2025/11/22 00:5264.2 MBsha256:89a739364a37
docker.io/anyproto/any-sync-node
:v0.10.0
linux/arm64linux/amd64
2025/11/21 22:5959.6 MBsha256:2a62aeb3dde3
docker.io/anyproto/any-sync-node
:v0.9.3
linux/amd64linux/arm64
2025/10/24 01:2663.9 MBsha256:600ac9853b19
docker.io/anyproto/any-sync-node
:v0.9.2
linux/amd64linux/arm64
2025/10/16 04:3663.9 MBsha256:6099116aafe8
docker.io/anyproto/any-sync-node
:v0.8.0
linux/amd64linux/arm64
2025/08/07 01:3160.2 MBsha256:d1274e329c5f
docker.io/anyproto/any-sync-node
:v0.8.0-alpha.1
linux/amd64linux/arm64
2025/08/05 05:2660.2 MBsha256:c2da8aeabb0c
docker.io/anyproto/any-sync-node
:v0.7.9
linux/amd64linux/arm64
2025/07/31 02:2860.1 MBsha256:21d873885435
docker.io/anyproto/any-sync-node
:v0.7.9-alpha.1
linux/amd64linux/arm64
2025/07/31 01:1760.1 MBsha256:d483921cdcec
docker.io/anyproto/any-sync-node
:v0.7.8
linux/amd64linux/arm64
2025/07/22 00:2260.1 MBsha256:2d7d739ce3a8
docker.io/anyproto/any-sync-node
:v0.7.7
linux/amd64linux/arm64
2025/07/16 19:0760.1 MBsha256:794f49c808bc
docker.io/anyproto/any-sync-node
:v0.7.6
linux/amd64linux/arm64
2025/06/05 18:3961.5 MBsha256:d9740a7bdb51