diff --git a/cmd/containerd-stress/main.go b/cmd/containerd-stress/main.go index 9ef058b90..19d9dec82 100644 --- a/cmd/containerd-stress/main.go +++ b/cmd/containerd-stress/main.go @@ -147,7 +147,7 @@ func main() { cli.StringFlag{ Name: "runtime", Usage: "set the runtime to stress test", - Value: plugin.RuntimeLinuxV1, + Value: plugin.RuntimeRuncV2, }, } app.Before = func(context *cli.Context) error {