OCI运行时Spec规定了容器运行的配置,环境和生命周期。
https://github.com/opencontainers/runtime-spec
OCI镜像Spec包括了一个Manifest(清单), 一个Manifest Index (清单索引optional), 一些filesystem layers(文件系统分层) 和 一个 configuration(配置).
https://github.com/opencontainers/image-spec/
分发Spec定义了容器内容分发标准化的API协议