docker_practice/image
CybCom 46020ff786
fix(image\dockerfile\cmd.md): 🐛 Fix issue yeasy#535, 改进对issue进程的提法
fix(image): CMD指令讲解中,”则是希望 upstart 来以后台守护进程形式启动 nginx 服务“,鉴于当前多种init程序(特别是以systemd为代表的)的流行,改为  ”则是希望 init 系统以后台守护进程的形式启动 nginx 服务“

Issue #535: 关于init进程的提法改进
2023-12-21 01:06:07 +08:00
..
_images refactor: image not found 2017-07-17 11:12:42 +08:00
demo update https://registry.npm.taobao.org to https://registry.npmmirror.com 2022-02-11 22:09:47 -05:00
dockerfile fix(image\dockerfile\cmd.md): 🐛 Fix issue yeasy#535, 改进对issue进程的提法 2023-12-21 01:06:07 +08:00
multistage-builds update https://registry.npm.taobao.org to https://registry.npmmirror.com 2022-02-11 22:09:47 -05:00
README.md Update image:Change docker images TO docker image ls,etc #279 2017-12-05 09:40:50 +08:00
build.md 修改语病 2022-10-22 15:42:59 +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 会从镜像仓库下载该镜像。

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

  • 从仓库获取镜像;

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

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