mirror of
https://github.com/containers/podman.git
synced 2025-06-22 01:48:54 +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,
|
_portCommand,
|
||||||
_refreshCommand,
|
_refreshCommand,
|
||||||
_restartCommand,
|
_restartCommand,
|
||||||
_restoreCommand,
|
|
||||||
_rmCommand,
|
_rmCommand,
|
||||||
_runCommand,
|
_runCommand,
|
||||||
_searchCommand,
|
_searchCommand,
|
||||||
|
Reference in New Issue
Block a user