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:
@@ -59,6 +59,8 @@ containerd client
|
||||
killCommand,
|
||||
pprofCommand,
|
||||
execCommand,
|
||||
pauseCommand,
|
||||
resumeCommand,
|
||||
}
|
||||
app.Commands = append(app.Commands, extraCmds...)
|
||||
app.Before = func(context *cli.Context) error {
|
||||
|
||||
Reference in New Issue
Block a user