docker_practice/underly/container_format.md

5 lines
226 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`格式,并作为默认选项。
对更多容器格式的支持,还在进一步的发展中。