Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 194 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 194 Bytes

基本概念

Docker 包括三個基本概念

  • 映像檔(Image)
  • 容器(Container)
  • 倉庫(Repository)

理解了這三個概念,就理解了 Docker 的整個生命週期。