add remote-client diff

the remote client now can run the diff command to report changes,
modifications, and deletions in an image or container.

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2019-04-01 12:50:08 -05:00
parent 2ad5f5cc25
commit 576a80b0d7
9 changed files with 76 additions and 6 deletions

View File

@@ -14,7 +14,6 @@ func getMainCommands() []*cobra.Command {
_attachCommand,
_commitCommand,
_createCommand,
_diffCommand,
_execCommand,
_generateCommand,
_playCommand,
@@ -58,7 +57,6 @@ func getContainerSubCommands() []*cobra.Command {
_cleanupCommand,
_commitCommand,
_createCommand,
_diffCommand,
_execCommand,
_exportCommand,
_killCommand,