mirror of
https://github.com/containers/podman.git
synced 2025-12-07 22:32:46 +08:00
enable podman-remote pod rm
add the ability to delete a pod from the remote client. Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@@ -15,7 +15,6 @@ func getMainCommands() []*cobra.Command {
|
||||
_diffCommand,
|
||||
_execCommand,
|
||||
generateCommand.Command,
|
||||
podCommand.Command,
|
||||
_containerKubeCommand,
|
||||
_psCommand,
|
||||
_loadCommand,
|
||||
@@ -100,7 +99,6 @@ func getPodSubCommands() []*cobra.Command {
|
||||
_podPauseCommand,
|
||||
_podPsCommand,
|
||||
_podRestartCommand,
|
||||
_podRmCommand,
|
||||
_podStartCommand,
|
||||
_podStatsCommand,
|
||||
_podStopCommand,
|
||||
|
||||
Reference in New Issue
Block a user