Add events support in client

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2015-12-10 12:30:04 -08:00
parent 288b9a0cc3
commit 71ef776082
7 changed files with 70 additions and 20 deletions

View file

@ -36,6 +36,7 @@ func main() {
app.Commands = []cli.Command{
ContainersCommand,
CheckpointCommand,
EventsCommand,
}
app.Before = func(context *cli.Context) error {
if context.GlobalBool("debug") {