Merge pull request #3494 from jterry75/remove_v2

Completely remove Windows v2 in-tree shim
This commit is contained in:
Akihiro Suda
2019-08-07 02:19:12 +09:00
committed by GitHub
17 changed files with 1063 additions and 2632 deletions

View File

@@ -19,11 +19,11 @@ package run
import (
gocontext "context"
"github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/options"
"github.com/containerd/console"
"github.com/containerd/containerd"
"github.com/containerd/containerd/cmd/ctr/commands"
"github.com/containerd/containerd/oci"
"github.com/containerd/containerd/runtime/v2/runhcs/options"
specs "github.com/opencontainers/runtime-spec/specs-go"
"github.com/sirupsen/logrus"
"github.com/urfave/cli"