Skip to content

Commit

Permalink
更改乱码
Browse files Browse the repository at this point in the history
  • Loading branch information
ist0ne committed Mar 28, 2019
1 parent 3cd6e97 commit c93db7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 2.Docker-Images.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Linux 操作系统由内核空间和用户空间组成。内核空间是 kernel

相比其他 Linux 发行版,CentOS 的 rootfs 已经算臃肿的了,alpine 还不到 10MB。

如下,在CentOS 7宿主机上运行 Ubuntu 16.04容器,看到容器的内核和宿主机的内核相同,容器复用了宿主机的内核:
如下,在CentOS 7宿主机上运行 Ubuntu 16.04容器,看到的容器内核和宿主机的内核相同,容器复用了宿主机的内核:

![容器共用宿主机内核](https://github.com/findsec-cn/docker/raw/master/imgs/2/run_docker_ubuntu.png)

Expand Down Expand Up @@ -118,11 +118,11 @@ Dockerfile常用指令如下:

## 镜像仓库

编译好的镜像只能在本地使用,如果想给其他人使用,最好是将容器上传到镜像仓库。容器仓库又分为公共仓库和私有仓库,hub.docker.com 是 Docker 公司提供的公有仓库,所有用户均可拉取公有仓库中的镜像,为了安全起见,通常公司会搭建自己的私有仓库。
编译好的镜像只能在本地使用,如果想给其他人使用,最好是将容器上传到镜像仓库。容器仓库又分为公共仓库和私有仓库,hub.docker.com 是 Docker 公司提供的公有仓库,所有用户均可拉取公用仓库中的镜像,为了安全起见,通常公司会搭建自己的私有仓库。

## 镜像生命周期管理

如下是容器镜像的生命周期,包括镜像的构建、镜像打标签、推送到镜像仓库、从镜像仓库拉取镜像、镜像导入、导出、镜像删除等操作:
如下是容器镜像的生命周期,包括镜像的构建、镜像打标签、推送到镜像仓库、从镜像仓库拉取镜像、镜像导入、导出、镜像删除等操作:

![镜像生命周期](https://github.com/findsec-cn/docker/raw/master/imgs/2/docker_registry.png)

Expand Down

0 comments on commit c93db7a

Please sign in to comment.