docker_practice/image/README.md

11 lines
440 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 鏡像
在之前的介紹中,我們知道鏡像是 Docker 的三大組件之一。
Docker 在執行容器前需要本地存在對應的鏡像如果鏡像不存在本地Docker 會從鏡像倉庫下載(預設是 Docker Hub 公共註冊服務器中的倉庫)。
本章將介紹更多關於鏡像的內容,包括:
* 從倉庫獲取鏡像;
* 管理本地主機上的鏡像;
* 介紹鏡像實現的基本原理。