# 启动Delta ZK

## 通过Docker镜像启动Delta ZK

推荐使用Delta ZK的Docker镜像来进行部署

### 下载镜像

```
$ docker pull deltampc/delta-zk:0.8.3
```

### 启动服务

```
$ docker run -d --name=delta_zk -v ${PWD}:/app -p 3400:3400 deltampc/delta-zk:0.8.3
```

通过Docker的log命令查看Container的执行状态，确认节点已经正常启动：

```
$ docker logs -f delta_zk
```

至此Delta ZK启动完成。Delta ZK是用于生成零知识证明的服务，如果需要在任务中开启零知识证明，则在启动Delta Node前， 必须启动Delta ZK。启动Delta Node请参考：

{% content-ref url="/pages/-MeYYHHHBLgWurGgQzGj" %}
[启动Delta Node](/network-deployment/start-delta-node.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.deltampc.com/network-deployment/start-delta-zk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
