Remove windows v1 runtime
Closes #3094 Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
@@ -21,9 +21,9 @@ import (
|
||||
"fmt"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"runtime"
|
||||
"strings"
|
||||
|
||||
"github.com/containerd/containerd/defaults"
|
||||
"github.com/urfave/cli"
|
||||
)
|
||||
|
||||
@@ -100,7 +100,7 @@ var (
|
||||
cli.StringFlag{
|
||||
Name: "runtime",
|
||||
Usage: "runtime name",
|
||||
Value: fmt.Sprintf("io.containerd.runtime.v1.%s", runtime.GOOS),
|
||||
Value: defaults.DefaultRuntime,
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "tty,t",
|
||||
|
Reference in New Issue
Block a user