docker_practice/image
wg1j 293cd25271 Fixed url and add footnote to new Docker Store 2017-04-22 00:27:44 +08:00
..
dockerfile Update workdir.md 2017-03-14 17:06:48 +08:00
README.md Add cloud chapter 2017-01-12 16:11:33 +08:00
build.md Fixed url and add footnote to new Docker Store 2017-04-22 00:27:44 +08: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 #160 2017-03-02 19:58:32 +08: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 公共注册服务器中的仓库)。

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

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