Overview
- Full name
docker.io/anyproto/any-sync-coordinator- Registry
- docker.io
- Namespace
- anyproto
- Repository
- any-sync-coordinator
- Cached tags
- 20
- Last synced
- 07/13/2026, 02:25 PM
Introduction
Anytype Any-Sync Coordinator 镜像,去中心化协作网络协调节点,Anytype 私有同步栈核心调度组件。
Details
anyproto/any-sync-coordinator 运行 Anytype Any-Sync 协调节点,管理同步网络拓扑、节点注册与数据路由。定位为 Any-Sync 栈核心协调组件,需 any-sync-node 与 any-sync-filenode;Anytype 私有化部署中枢、去中心化协作网络调度或 Any-Sync 自托管核心服务。
快速启动
docker run -d --name any-sync-coordinator \
-p 8080:8080 \
-v /data/coordinator:/data \
docker.io/anyproto/any-sync-coordinator:latest
推荐实践
docker run -d --name any-sync-coordinator \
--restart unless-stopped \
-p 8080:8080 \
-v /data/coordinator:/data \
docker.io/anyproto/any-sync-coordinator:0.3.0
核心参数说明
-p 8080:8080— Coordinator API 端口-v .../data:...— 协调状态持久化- 配对 — sync-node + filenode
- 部署 — Any-Sync compose 栈首个启动
Kubernetes
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: any-sync-coordinator
spec:
serviceName: any-sync-coordinator
replicas: 1
selector:
matchLabels:
app: any-sync-coordinator
template:
metadata:
labels:
app: any-sync-coordinator
spec:
containers:
- name: coordinator
image: docker.io/anyproto/any-sync-coordinator:0.3.0
ports:
- containerPort: 8080
volumeMounts:
- name: data
mountPath: /data
volumeClaimTemplates:
- metadata:
name: data
spec:
accessModes: [ReadWriteOnce]
resources:
requests:
storage: 10Gi
---
apiVersion: v1
kind: Service
metadata:
name: any-sync-coordinator
spec:
selector:
app: any-sync-coordinator
ports:
- port: 8080
targetPort: 8080
PVC 持久化;node/filenode 引用此 Service。
Latest tags (20)
View all 20 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/anyproto/any-sync-coordinator :v0.11.0-alpha.2 | linux/amd64linux/arm64 | 2026/07/06 20:50 | 100.9 MB | sha256:81ba7658c3ea… | |||
docker.io/anyproto/any-sync-coordinator :latest | linux/amd64linux/arm64 | 2026/07/06 20:50 | 100.9 MB | sha256:81ba7658c3ea… | |||
docker.io/anyproto/any-sync-coordinator :v0.10.1 | linux/amd64linux/arm64 | 2026/07/06 20:30 | 100.7 MB | sha256:f959b5d4981c… | |||
docker.io/anyproto/any-sync-coordinator :v0.11.0-alpha.1 | linux/amd64linux/arm64 | 2026/07/04 02:53 | 91.5 MB | sha256:8f36673c1017… | |||
docker.io/anyproto/any-sync-coordinator :v0.10.0 | linux/amd64linux/arm64 | 2026/07/03 17:49 | 91.5 MB | sha256:3fec27d6d9df… | |||
docker.io/anyproto/any-sync-coordinator :v0.9.1 | linux/amd64linux/arm64 | 2026/04/21 17:44 | 91.3 MB | sha256:39f6419d5d9f… | |||
docker.io/anyproto/any-sync-coordinator :v0.9.0 | linux/amd64linux/arm64 | 2026/04/07 07:31 | 91.3 MB | sha256:89419b7c7702… | |||
docker.io/anyproto/any-sync-coordinator :v0.8.4 | linux/amd64linux/arm64 | 2026/02/12 20:30 | 88.7 MB | sha256:16b23ec2eba3… | |||
docker.io/anyproto/any-sync-coordinator :v0.8.3 | linux/amd64linux/arm64 | 2026/01/29 23:38 | 88.7 MB | sha256:35bf2ecdb21d… | |||
docker.io/anyproto/any-sync-coordinator :v0.8.2 | linux/amd64linux/arm64 | 2026/01/13 19:47 | 88.7 MB | sha256:8b6b2e0276fa… | |||
docker.io/anyproto/any-sync-coordinator :v0.8.1 | linux/amd64linux/arm64 | 2025/12/02 01:04 | 88.7 MB | sha256:c26d0c6b4f39… | |||
docker.io/anyproto/any-sync-coordinator :v0.8.0 | linux/amd64linux/arm64 | 2025/11/21 23:05 | 88.7 MB | sha256:9ae7458e96b4… | |||
docker.io/anyproto/any-sync-coordinator :v0.7.3 | linux/amd64linux/arm64 | 2025/10/16 23:20 | 88.2 MB | sha256:320e3dc9e2ea… | |||
docker.io/anyproto/any-sync-coordinator :v0.6.1 | linux/amd64linux/arm64 | 2025/09/04 00:19 | 88.1 MB | sha256:e469a72ecf74… | |||
docker.io/anyproto/any-sync-coordinator :v0.6.0 | linux/amd64linux/arm64 | 2025/08/07 21:43 | 88.1 MB | sha256:cf26f3ffe870… | |||
docker.io/anyproto/any-sync-coordinator :v0.5.2 | linux/amd64linux/arm64 | 2025/07/16 18:46 | 88.0 MB | sha256:f9d6d39539ea… | |||
docker.io/anyproto/any-sync-coordinator :v0.5.1 | linux/amd64linux/arm64 | 2025/05/26 20:34 | 89.8 MB | sha256:242b08a0f72d… | |||
docker.io/anyproto/any-sync-coordinator :v0.5.1-alpha.3 | linux/amd64linux/arm64 | 2025/05/26 18:48 | 89.8 MB | sha256:3c65da6fe6cf… | |||
docker.io/anyproto/any-sync-coordinator :v0.5.1-alpha.2 | linux/amd64linux/arm64 | 2025/05/26 03:45 | 89.8 MB | sha256:31a25b9adb36… | |||
docker.io/anyproto/any-sync-coordinator :v0.5.1-alpha.1 | linux/amd64linux/arm64 | 2025/05/26 03:43 | 89.8 MB | sha256:08e6dd3b22d6… |