Fix snapshot ctr command to use default
After the rework of server-side defaults, the `ctr snapshot` command stopped working due to no default snapshotter. Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
This commit is contained in:
parent
10460647f2
commit
4712ed5390
@ -52,6 +52,7 @@ var (
|
||||
cli.StringFlag{
|
||||
Name: "snapshotter",
|
||||
Usage: "Snapshotter name. Empty value stands for the daemon default value.",
|
||||
Value: containerd.DefaultSnapshotter,
|
||||
},
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user