Add linux import path
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
e4a61633c5
commit
8f8f365787
1 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,10 @@
|
||||||
|
|
||||||
package containerd
|
package containerd
|
||||||
|
|
||||||
import "github.com/docker/containerd/runtime"
|
import (
|
||||||
|
"github.com/docker/containerd/linux"
|
||||||
|
"github.com/docker/containerd/runtime"
|
||||||
|
)
|
||||||
|
|
||||||
func newRuntime(stateDir string) (runtime.Runtime, error) {
|
func newRuntime(stateDir string) (runtime.Runtime, error) {
|
||||||
return linux.NewRuntime(stateDir)
|
return linux.NewRuntime(stateDir)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue