docker_practice/image/README.md

11 lines
435 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 公共仓库。
接下来将介绍更多关于镜像的内容,包括:
* 使用和管理本地主机上的镜像
* 创建一个基础的镜像
* 上传镜像到Docker Hub公共镜像仓库