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:
baude
2019-02-20 15:02:18 -06:00
parent 4934bf2327
commit e91ec38a70
10 changed files with 156 additions and 24 deletions

View File

@@ -45,6 +45,7 @@ var mainCommands = []*cobra.Command{
_infoCommand,
_inspectCommand,
_killCommand,
podCommand.Command,
_pullCommand,
_pushCommand,
_rmiCommand,