docker_practice/underly/container_format.md
2014-09-18 10:45:17 +08:00

5 lines
226 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 容器格式
最初Docker采用了LXC中的容器格式。自1.20版本开始Docker也开始支持新的`libcontainer`格式,并作为默认选项。
对更多容器格式的支持,还在进一步的发展中。