docker_practice/basic_concept/README.md

8 lines
172 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包括三个基本概念
* 镜像Image
* 容器Container
* 仓库Repository
理解了这三个概念就理解了Docker的整个生命周期。