Add diff service implementation

Add snapshot subcommand to ctr for creating diffs of RW layers.

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
Derek McGowan
2017-05-12 14:58:01 -07:00
parent 47718b0930
commit 3ae69c43d8
10 changed files with 237 additions and 20 deletions

View File

@@ -61,6 +61,7 @@ containerd client
execCommand,
pauseCommand,
resumeCommand,
snapshotCommand,
versionCommand,
}
app.Commands = append(app.Commands, extraCmds...)