docker_practice/image
Kang Huaishuai 96fc5acc75
Update laravel demo
Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
2021-05-28 21:50:15 +08:00
..
_images refactor: image not found 2017-07-17 11:12:42 +08:00
demo Update image 2021-03-11 23:09:37 +08:00
dockerfile Update image 2021-03-11 23:09:37 +08:00
multistage-builds Update laravel demo 2021-05-28 21:50:15 +08:00
README.md Update image:Change docker images TO docker image ls,etc #279 2017-12-05 09:40:50 +08:00
build.md Update image 2021-03-11 23:09:37 +08:00
commit.md [vuepress] Fixed https://github.com/Mister-Hope/vuepress-theme-hope/issues/406 2020-10-16 12:13:14 +08:00
internal.md Change AUFS to OverlayFS 2020-03-04 11:50:59 +08:00
list.md Update cmd result 2021-03-07 23:56:19 +08:00
manifest.md cli experimental is deprecated on 20.10 2021-04-18 19:11:47 +08:00
other.md docker镜像的导入和导出修改了章节名字 2020-04-12 19:13:38 +08:00
pull.md Update image 2021-03-11 23:09:37 +08:00
rm.md remove outdated content #458 2020-08-10 13:41:36 +08:00

README.md

使用 Docker 镜像

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

Docker 运行容器前需要本地存在对应的镜像如果本地不存在该镜像Docker 会从镜像仓库下载该镜像。

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

  • 从仓库获取镜像;

  • 管理本地主机上的镜像;

  • 介绍镜像实现的基本原理。