docker_practice/basic_concept/README.md

10 lines
194 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 包括三個基本概念
* 映像檔Image
* 容器Container
* 倉庫Repository
理解了這三個概念,就理解了 Docker 的整個生命週期。