docker_practice/image
lushiping ed6e476e94 Fix issue #1: change helo to hello 2014-09-25 15:31:18 +08:00
..
README.md Fix issue #1: change helo to hello 2014-09-25 15:31:18 +08:00
create.md mysqld to httpd 2014-09-24 12:07:25 +08:00
dockerhub.md Add the backup repo server 2014-09-23 15:07:38 +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 docker save is used to save image and docker export is used to export container 2014-09-24 12:27:00 +08:00

README.md

#Docker镜像

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

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

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

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