Change base package to containerd from containerkit
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package containerkit
|
||||
package containerd
|
||||
|
||||
import (
|
||||
"errors"
|
||||
@@ -8,7 +8,7 @@ import (
|
||||
specs "github.com/opencontainers/runtime-spec/specs-go"
|
||||
)
|
||||
|
||||
var ErrNotExecProcess = errors.New("containerkit: process not an exec process")
|
||||
var ErrNotExecProcess = errors.New("process not an exec process")
|
||||
|
||||
type ProcessDelegate interface {
|
||||
Pid() int
|
||||
|
Reference in New Issue
Block a user