merge in the move to the new options type

Signed-off-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
Mike Brown 2021-04-08 10:43:40 -05:00
parent 9144ce9677
commit dd16b006e5

View File

@ -75,7 +75,7 @@ func DefaultConfig() PluginConfig {
Runtimes: map[string]Runtime{
"runc": {
Type: "io.containerd.runc.v2",
Options: tree,
Options: tree.ToMap(),
},
},
DisableSnapshotAnnotations: true,