containers / composefs

a file system for mounting container images
GNU General Public License v2.0
424 stars 29 forks source link

man mkcomposefs: detail inlining logic #254

Closed edbaunton closed 7 months ago

edbaunton commented 7 months ago

Whilst playing with mkcomposefs using small dummy files, it's confusing to find that objects are not created in the digest-store. There is an optimization to inline these files in the metadata (see lcfs-internal.h). Add a clarification to help.