containerd / stargz-snapshotter

Fast container image distribution plugin with lazy pulling
https://github.com/containerd/containerd/issues/3731
Apache License 2.0
1.15k stars 114 forks source link

Document the snapshotter's configuration options #1617

Open aochagavia opened 7 months ago

aochagavia commented 7 months ago

The overview mentions that some aspects of the snapshotter are configurable through a toml file, but I couldn't found a description of the available configuration options. It would be nice to list them somewhere (e.g. how can I disable background fetching of whole layers)?

As a workaround, in the meantime, it would be useful to have at least a link to the code that handles options.

PS: I've been opening a bunch of documentation-related issues lately, based on things I stumble upon when getting started with the project. Regardless of the issues I've found, I just wanted to mention this project is being hugely useful to me, so thanks a lot!