mirror of
https://github.com/containers/podman.git
synced 2025-12-06 13:56:22 +08:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user