docker_practice/underly/container_format.md

5 lines
274 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

## 容器格式
最初Docker 采用了 LXC 中的容器格式。自 1.20 版本開始Docker 也開始支持新的 [libcontainer](https://github.com/docker/libcontainer) 格式,並作為默認選項。
對更多容器格式的支持,還在進一步的發展中。