Skip to content

Commit ace1bb4

Browse files
committed
use sparse rw layer by default
Signed-off-by: zhuangbowei.zbw <zhuangbowei.zbw@alibaba-inc.com>
1 parent d41be2d commit ace1bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/snapshot/overlay.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func DefaultBootConfig() *BootConfig {
115115
Port: 9863,
116116
},
117117
MirrorRegistry: nil,
118-
WritableLayerType: "append",
118+
WritableLayerType: "sparse",
119119
DefaultFsType: "ext4",
120120
RootfsQuota: "",
121121
Tenant: -1,

0 commit comments

Comments
 (0)