# 17.9.jail 管理器与容器

如前所述，每种类型的 FreeBSD Jail 可以手动创建和配置，但 FreeBSD 也有第三方工具来简化配置和管理。

以下是不同 FreeBSD Jail 管理器的未完整列表：

| 名称          | 许可证                                             | 包                                                                                                                                                                    | 文档                                                     |
| ----------- | ----------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ |
| BastilleBSD | BSD-3                                           | [sysutils/bastille](https://cgit.freebsd.org/ports/tree/sysutils/bastille/)                                                                                          | [文档](https://bastille.readthedocs.io/en/latest/)       |
| pot         | BSD-3                                           | [sysutils/pot](https://cgit.freebsd.org/ports/tree/sysutils/pot/)                                                                                                    | [文档](https://pot.pizzamig.dev/)                        |
| cbsd        | BSD-2                                           | [sysutils/cbsd](https://cgit.freebsd.org/ports/tree/sysutils/cbsd/)                                                                                                  | [文档](https://www.bsdstore.ru/en/docs.html)             |
| AppJail     | BSD-3                                           | [sysutils/appjail](https://cgit.freebsd.org/ports/tree/sysutils/appjail/), 开发版 [sysutils/appjail-devel](https://cgit.freebsd.org/ports/tree/sysutils/appjail-devel/) | [文档](https://github.com/DtxdF/AppJail#getting-started) |
| iocage      | BSD-2                                           | [sysutils/iocage](https://cgit.freebsd.org/ports/tree/sysutils/iocage/)                                                                                              | [文档](https://iocage.readthedocs.io/en/latest/)         |
| ezjail      | [Beer Ware](https://erdgeist.org/beerware.html) | [sysutils/ezjail](https://cgit.freebsd.org/ports/tree/sysutils/ezjail/)                                                                                              | [文档](https://erdgeist.org/arts/software/ezjail/)       |


---

# 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://book.bsdcn.org/hanbook/di-17-zhang-jail-yu-rong-qi/17.9.-jail-guan-li-qi-yu-rong-qi.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.
