镜像概览
- 完整引用
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 APIANY_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:30 | 74.2 MB | sha256:a99f3c5039a2… | |||
docker.io/anyproto/any-sync-node :latest | linux/amd64linux/arm64 | 2026/07/06 20:30 | 74.2 MB | sha256:a99f3c5039a2… | |||
docker.io/anyproto/any-sync-node :v0.12.0 | linux/amd64linux/arm64 | 2026/07/03 17:50 | 67.9 MB | sha256:505f48a76ed7… | |||
docker.io/anyproto/any-sync-node :v0.11.1 | linux/amd64linux/arm64 | 2026/04/21 17:44 | 67.7 MB | sha256:a1108b5dc352… | |||
docker.io/anyproto/any-sync-node :v0.11.0 | linux/amd64linux/arm64 | 2026/04/07 17:41 | 67.7 MB | sha256:ebabe09b52cd… | |||
docker.io/anyproto/any-sync-node :v0.10.5 | linux/amd64linux/arm64 | 2026/02/12 22:02 | 64.3 MB | sha256:f035bb87be3e… | |||
docker.io/anyproto/any-sync-node :v0.10.4 | linux/amd64linux/arm64 | 2026/02/12 21:24 | 64.3 MB | sha256:5e8c2e35d1a7… | |||
docker.io/anyproto/any-sync-node :v0.10.3 | linux/amd64linux/arm64 | 2026/02/10 23:28 | 64.3 MB | sha256:aea5637feb65… | |||
docker.io/anyproto/any-sync-node :v0.10.2 | linux/amd64linux/arm64 | 2026/01/31 20:29 | 64.2 MB | sha256:67944d8f0040… | |||
docker.io/anyproto/any-sync-node :v0.10.1 | linux/amd64linux/arm64 | 2025/11/22 00:52 | 64.2 MB | sha256:89a739364a37… | |||
docker.io/anyproto/any-sync-node :v0.10.0 | linux/arm64linux/amd64 | 2025/11/21 22:59 | 59.6 MB | sha256:2a62aeb3dde3… | |||
docker.io/anyproto/any-sync-node :v0.9.3 | linux/amd64linux/arm64 | 2025/10/24 01:26 | 63.9 MB | sha256:600ac9853b19… | |||
docker.io/anyproto/any-sync-node :v0.9.2 | linux/amd64linux/arm64 | 2025/10/16 04:36 | 63.9 MB | sha256:6099116aafe8… | |||
docker.io/anyproto/any-sync-node :v0.8.0 | linux/amd64linux/arm64 | 2025/08/07 01:31 | 60.2 MB | sha256:d1274e329c5f… | |||
docker.io/anyproto/any-sync-node :v0.8.0-alpha.1 | linux/amd64linux/arm64 | 2025/08/05 05:26 | 60.2 MB | sha256:c2da8aeabb0c… | |||
docker.io/anyproto/any-sync-node :v0.7.9 | linux/amd64linux/arm64 | 2025/07/31 02:28 | 60.1 MB | sha256:21d873885435… | |||
docker.io/anyproto/any-sync-node :v0.7.9-alpha.1 | linux/amd64linux/arm64 | 2025/07/31 01:17 | 60.1 MB | sha256:d483921cdcec… | |||
docker.io/anyproto/any-sync-node :v0.7.8 | linux/amd64linux/arm64 | 2025/07/22 00:22 | 60.1 MB | sha256:2d7d739ce3a8… | |||
docker.io/anyproto/any-sync-node :v0.7.7 | linux/amd64linux/arm64 | 2025/07/16 19:07 | 60.1 MB | sha256:794f49c808bc… | |||
docker.io/anyproto/any-sync-node :v0.7.6 | linux/amd64linux/arm64 | 2025/06/05 18:39 | 61.5 MB | sha256:d9740a7bdb51… |