镜像是怎样炼成的
作者:Nicola Apicella 原文:How are docker images built? A look into the Linux overlay file-systems and the OCI specification 要使用 Docker,就不可避免地要和 Docker 镜像打交道。本文将会讲述 Docker 镜像的基石: Overlay 文件系统。首先我会简单介绍一下这个文件系统,接下来会看看如何把这个技术用在 Docker 镜像上,以及 Docker 是怎样从 Dock...
Apr 24, 20203 min read1
