Merge pull request #569 from crosbymichael/linux-builtin
Change linux runtime(w shim) to builtin
This commit is contained in:
commit
f4715533da
6 changed files with 4 additions and 15 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue