mirror of
https://github.com/containers/podman.git
synced 2025-12-05 21:32:22 +08:00
remote-podman checkpoint and restore add to container submenu
the remote-podman checkpoint and restore commands were done some time ago but for some reason not added to the container subcommand Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@@ -39,13 +39,11 @@ func getImageSubCommands() []*cobra.Command {
|
||||
func getContainerSubCommands() []*cobra.Command {
|
||||
|
||||
return []*cobra.Command{
|
||||
_checkpointCommand,
|
||||
_cleanupCommand,
|
||||
_commitCommand,
|
||||
_execCommand,
|
||||
_mountCommand,
|
||||
_refreshCommand,
|
||||
_restoreCommand,
|
||||
_runlabelCommand,
|
||||
_statsCommand,
|
||||
_umountCommand,
|
||||
|
||||
Reference in New Issue
Block a user