Merge pull request #1411 from estesp/snapshotter-cli-default

Fix snapshot ctr command to use default
This commit is contained in:
Michael Crosby 2017-08-22 16:30:42 -04:00 committed by GitHub
commit 01b217f884

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,
},
}