Description
Normally the default layer size for Windows is set as 127GB by default with #35925. However, on this line:
|
newLayer, err := l.layerStore.CreateRWLayer(mountID, chainID, nil) |
CreateRWLayerOpts is sent as nil. So the storage options are not in effect.
Description
Normally the default layer size for Windows is set as 127GB by default with #35925. However, on this line:
moby/daemon/images/image_builder.go
Line 56 in 8e610b2
CreateRWLayerOptsis sent as nil. So the storage options are not in effect.