mirror of
https://github.com/containerd/containerd.git
synced 2026-08-09 17:39:22 +00:00
When using blockfile snapshotter and passing specific filesystem mount options, the users may be caught by surprise by the fact that some options are required but not documented anywhere. The easiest way to solve this is by ensuring that the "loop" required option is always added to the mount options. Signed-off-by: Fabiano Fidêncio <fidencio@northflank.com>