docker_practice/image
khs1994 75b1c683e0 Update image 2017-11-27 14:29:13 +08:00
..
_images refactor: image not found 2017-07-17 11:12:42 +08:00
demo/multistage-builds Add multistage builds #226 2017-11-24 18:37:38 +08:00
dockerfile Update image 2017-11-27 14:29:13 +08:00
README.md Update image install content 2017-11-13 18:19:35 +08:00
build.md Update image 2017-11-24 12:30:57 +08:00
commit.md Update image 2017-11-27 14:29:13 +08:00
internal.md Fix issue#20, format following the guidelines 2014-10-14 13:25:01 +08:00
list.md Update image 2017-11-27 14:29:13 +08:00
multistage-builds.md Add multistage builds #226 2017-11-24 18:36:30 +08:00
other.md Update image 2017-11-24 12:30:57 +08:00
pull.md Update image 2017-11-24 12:30:57 +08:00
rmi.md Update image 2017-11-24 12:30:57 +08:00

README.md

使用 Docker 镜像

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

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

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

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

Docker 在 1.13 版本引进了新的管理命令management commands在 Docker 1.13+ 推荐使用 docker image 子命令来管理 Docker 镜像。