Merge pull request #1806 from dnephin/fix-ctr-events

Fix ctr events
This commit is contained in:
Michael Crosby 2017-11-27 09:35:12 -05:00 committed by GitHub
commit 153fcfaea0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,9 @@ import (
"github.com/containerd/containerd/cmd/ctr/commands"
"github.com/containerd/typeurl"
"github.com/urfave/cli"
// Register grpc event types
_ "github.com/containerd/containerd/api/events"
)
// Command is the cli command for displaying containerd events