Add ctr attach for reattaching to running task

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2017-06-08 10:16:40 -07:00
parent a6314cad65
commit 5d1669bcfb
5 changed files with 87 additions and 4 deletions

View File

@@ -52,6 +52,7 @@ containerd CLI
},
}
app.Commands = append([]cli.Command{
attachCommand,
checkpointCommand,
runCommand,
deleteCommand,