# 使用 Fabric测试网络

下载 Hyperledger Fabric Docker 映像和示例后，您可以使用 `fabric-samples`存储库中提供的脚本部署测试网络。测试网络用于通过在本地机器上运行节点来了解 Fabric。开发人员可以使用该网络来测试他们的智能合约和应用程序。该网络旨在仅用作教育和测试的工具，而不是作为如何建立网络的模型。一般来说，不鼓励对脚本进行修改，这可能会破坏网络。它基于不应用作部署生产网络的模板的有限配置：

* 它包括两个对等组织和一个排序组织。
* 为简单起见，配置了单节点 Raft 排序服务。
* 为降低复杂性，未部署 TLS 证书颁发机构 (CA)。所有证书均由根 CA 颁发。
* 示例网络使用 Docker Compose 部署 Fabric 网络。由于节点在 Docker Compose 网络中是隔离的，因此未将测试网络配置为连接到其他正在运行的 Fabric 节点。

要了解如何在生产中使用 Fabric，请参阅部署生产网络章节。


---

# 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://qiangrens-organization.gitbook.io/qkd90/qu-kuai-lian-xiang-guan-ji-shu/hyperledgerfabric-qu-kuai-lian/shi-yong-fabric-ce-shi-wang-luo.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.
