You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `overlayfs` snapshotter only works on the following hosts:
50
-
- Any distro, with kernel >= 5.11, and without SELinux
51
+
The default `overlayfs` snapshotter only works on the following hosts:
52
+
- Any distro, with kernel >= 5.13
53
+
- Non-SELinux distro, with kernel >= 5.11
51
54
- Ubuntu since 2015
52
-
- Debian since 10
53
55
54
56
For other hosts, [`fuse-overlayfs` snapshotter](https://github.com/containerd/fuse-overlayfs-snapshotter) needs to be used instead.
55
57
58
+
### FUSE-OverlayFS
59
+
56
60
To enable `fuse-overlayfs` snapshotter, run the following command:
0 commit comments