appc / spec

App Container Specification and Tooling (archived, see https://github.com/rkt/rkt/issues/4024)
Apache License 2.0
1.26k stars 146 forks source link

Why not use the multi-layer image style #654

Open HuKeping opened 8 years ago

HuKeping commented 8 years ago

Hi there,

As the spec says , the image layout of ACI is straightforward, but why we don't use the multi-layer-style as the OCI image(or just docker image for now) defines?

Personally I prefer the former one, but wonder if there's some special consideration about this.

Sorry if I missed anything.

jonboulle commented 8 years ago

appc images support effectively the same thing (although it's a DAG rather than a simple chain) via dependencies - the process for assembling the filesystem is described here: https://github.com/appc/spec/blob/master/spec/ace.md#filesystem-setup