Skip to content

Commit 49b32b2

Browse files
committed
layer: changesets are applied
where as the data structures pointing to these chagesets can control their own ordering. Signed-off-by: Vincent Batts <[email protected]>
1 parent fed7241 commit 49b32b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Image Layer Filesystem Changeset
22

33
This document describes how to serialize a filesystem and filesystem changes like removed files into a blob called a layer.
4-
One or more layers are ordered on top of each other to create a complete filesystem.
4+
One or more layers are applied on top of each other to create a complete filesystem.
55
This document will use a concrete example to illustrate how to create and consume these filesystem layers.
66

77
## Distributable Format

0 commit comments

Comments
 (0)