Change base package to containerd from containerkit
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
51510a8806
commit
503b068f59
5 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue