docker_practice/image
Baohua Yang f2d6f998ab Move image mirror introcution to the installation chapter
Fix issue #136.
2016-11-28 11:33:23 +08:00
..
dockerfile Merge pull request #137 from twang2218/update-dockerfile-arg 2016-11-28 11:29:24 +08:00
README.md Fix issue#20, format following the guidelines 2014-10-14 13:25:01 +08:00
build.md 重写定制镜像章节 2016-11-26 05:02:43 +11:00
commit.md 修正 image/commit.md 中的图片链接错误 2016-11-27 04:34:38 +11:00
internal.md Fix issue#20, format following the guidelines 2014-10-14 13:25:01 +08:00
list.md 重新改写"镜像列表"章节 2016-11-15 06:40:27 +11:00
other.md 重写定制镜像章节 2016-11-26 05:02:43 +11:00
pull.md 重写删除镜像章节 2016-11-28 02:29:45 +11:00
rmi.md 重写删除镜像章节 2016-11-28 02:29:45 +11:00

README.md

Docker 镜像

在之前的介绍中,我们知道镜像是 Docker 的三大组件之一。

Docker 运行容器前需要本地存在对应的镜像如果镜像不存在本地Docker 会从镜像仓库下载(默认是 Docker Hub 公共注册服务器中的仓库)。

本章将介绍更多关于镜像的内容,包括:

  • 从仓库获取镜像;
  • 管理本地主机上的镜像;
  • 介绍镜像实现的基本原理。