mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Layer store manages read-only and read-write layers on a union file system. Read only layers are always referenced by content addresses. Read-write layer identifiers are handled by the caller but upon registering its difference, the committed read-only layer will be referenced by content hash. Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan) Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> Upstream-commit: 500e77bad0b19b3b1c8e6ac195485adcb70daef1 Component: engine