Add pause/unpause implementation

This adds pause and unpause to containerd's execution service and the
same commands to the `ctr` client.

Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
This commit is contained in:
Phil Estes
2017-05-05 10:11:08 -04:00
parent ae93c236ff
commit 91410874e7
17 changed files with 512 additions and 63 deletions

View File

@@ -59,6 +59,8 @@ containerd client
killCommand,
pprofCommand,
execCommand,
pauseCommand,
resumeCommand,
}
app.Commands = append(app.Commands, extraCmds...)
app.Before = func(context *cli.Context) error {