Does the nerdctl support the external snapshotter plugin? #2900
Unanswered
xinnywinne
asked this question in
Q&A
Replies: 1 comment
-
For external plugins you need to have |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have created an external snapshotter plugin named "csfs" and we would like to use it as the default snapshotter. We modified the containerd configuration file under
[plugins] [plugins."io.containerd.grpc.v1.cri".containerd]
to use this external snapshotter plugin. It works perfectly with thecrictl
command, but not with thenerdctl
command.Here is the command I am using:
nerdctl --address /run/containerd/containerd.sock --snapshotter=csfs pull docker.io/library/alpine:3.18
. It seems that instead of using the "csfs" snapshotter,nerdctl
might still be using the overlayfs snapshotter.So, I am wondering if
nerdctl
actually supports the custom-defined external snapshotter plugin or not.Beta Was this translation helpful? Give feedback.
All reactions