docker_practice/image
khs1994 a0135f2b71 Fix links 2017-09-16 10:27:27 +08:00
..
_images refactor: image not found 2017-07-17 11:12:42 +08:00
dockerfile 修复在ONBUILD章节里面RUN命令的使用错误 2017-06-01 18:11:18 +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 refactor: image not found 2017-07-17 11:12:42 +08: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 Fix links 2017-09-16 10:27:27 +08: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 公共注册服务器中的仓库)。

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

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