Fix ctr events
add import to register event types with grpc Signed-off-by: Daniel Nephin <dnephin@gmail.com>
This commit is contained in:
parent
4af5f65752
commit
0103d14b47
@ -8,6 +8,9 @@ import (
|
|||||||
"github.com/containerd/containerd/cmd/ctr/commands"
|
"github.com/containerd/containerd/cmd/ctr/commands"
|
||||||
"github.com/containerd/typeurl"
|
"github.com/containerd/typeurl"
|
||||||
"github.com/urfave/cli"
|
"github.com/urfave/cli"
|
||||||
|
|
||||||
|
// Register grpc event types
|
||||||
|
_ "github.com/containerd/containerd/api/events"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Command is the cli command for displaying containerd events
|
// Command is the cli command for displaying containerd events
|
||||||
|
Loading…
Reference in New Issue
Block a user