docker_practice/image
hzwangsiyu 29c0385b12 fix typo 2016-12-20 00:57:27 +08:00
..
dockerfile fix typo 2016-12-20 00:57:27 +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 Fix issue #139: fix typo, change from 意外 to 以外 2016-12-14 23:12:58 +08:00

README.md

Docker 镜像

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

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

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

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