docker_practice/image
Baohua Yang f4dc2303f6 Fix issue#6: clarify the differences between image:save,load and container:export,import 2014-09-19 21:51:21 +08:00
..
README.md rewrite the container, network chapters 2014-09-15 22:30:23 +08:00
create.md rewrite the container, network chapters 2014-09-15 22:30:23 +08:00
dockerhub.md change the struct of image chapter, add export/import and join the docker hub related operations together 2014-09-17 14:33:06 +08:00
internal.md rewrite the fast_config and dns part of the advanced network chapter 2014-09-18 14:09:51 +08:00
list.md rewrite the container, network chapters 2014-09-15 22:30:23 +08:00
rmi.md Fix word in image chapter 2014-09-15 21:28:09 +08:00
save_load.md Fix issue#6: clarify the differences between image:save,load and container:export,import 2014-09-19 21:51:21 +08:00

README.md

#Docker镜像

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

Docker把下载的镜像存储到本地如果一个镜像不在本地docker会从一个镜像仓库下载默认的仓库是 Docker Hub 公共仓库。

接下来将介绍更多关于镜像的内容,包括:

  • 使用和管理本地主机上的镜像
  • 创建一个基础的镜像
  • 上传镜像到Docker Hub公共镜像仓库