Change linux runtime(w shim) to builtin

Because of the plugin findings and having the default runtime builtin
this makes it much better for development and testing.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2017-02-24 15:50:59 -08:00
parent 994aebc698
commit e693cad926
6 changed files with 4 additions and 15 deletions

View file

@ -2,6 +2,7 @@ package main
// register containerd builtins here
import (
_ "github.com/docker/containerd/linux"
_ "github.com/docker/containerd/services/content"
_ "github.com/docker/containerd/services/execution"
)