mirror of
https://github.com/containers/podman.git
synced 2025-06-20 17:13:43 +08:00
Remove restore as podman subcommand
The commands checkpoint and restore should only be available under 'podman container'. This is probably a result of the recent cobra migration. Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:

committed by
Adrian Reber

parent
0e252f0437
commit
17135cb00b
@ -27,7 +27,6 @@ func getMainCommands() []*cobra.Command {
|
||||
_portCommand,
|
||||
_refreshCommand,
|
||||
_restartCommand,
|
||||
_restoreCommand,
|
||||
_rmCommand,
|
||||
_runCommand,
|
||||
_searchCommand,
|
||||
|
Reference in New Issue
Block a user