# 容器格式

最初，Docker 採用了 LXC 中的容器格式。自 1.20 版本開始，Docker 也開始支援新的 [libcontainer](https://github.com/docker/libcontainer) 格式，並作為預設選項。

對更多容器格式的支援，還在進一步的發展中。


---

# 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://philipzheng.gitbook.io/docker_practice/underly/container_format.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.
