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:
Phil Estes 2017-08-22 14:17:01 -04:00
parent 10460647f2
commit 4712ed5390
No known key found for this signature in database
GPG Key ID: 0F386284C03A1162

View File

@ -52,6 +52,7 @@ var (
cli.StringFlag{
Name: "snapshotter",
Usage: "Snapshotter name. Empty value stands for the daemon default value.",
Value: containerd.DefaultSnapshotter,
},
}