docker_practice/underly/container_format.md
2014-11-19 01:03:13 +08:00

5 lines
274 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](https://github.com/docker/libcontainer) 格式,並作為默認選項。
對更多容器格式的支持,還在進一步的發展中。