Skip to content

Commit

Permalink
show runc options tag
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
  • Loading branch information
mikebrow committed Jul 10, 2020
1 parent 8fb244a commit 4b3974c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/config/config_unix.go
Expand Up @@ -19,6 +19,7 @@
package config

import (
"github.com/BurntSushi/toml"
"github.com/containerd/containerd"
"github.com/containerd/cri/pkg/streaming"
)
Expand All @@ -38,7 +39,8 @@ func DefaultConfig() PluginConfig {
NoPivot: false,
Runtimes: map[string]Runtime{
"runc": {
Type: "io.containerd.runc.v2",
Type: "io.containerd.runc.v2",
Options: new(toml.Primitive),
},
},
},
Expand Down

0 comments on commit 4b3974c

Please sign in to comment.