summaryrefslogtreecommitdiff
path: root/cmd/podman/main.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-02-21 16:51:23 +0100
committerGitHub <noreply@github.com>2019-02-21 16:51:23 +0100
commit28d6eeb57a46b8df8960cff6bf6748c4611b61ef (patch)
treeafbedcfd6da81a0d4d924c8360a220241775e0db /cmd/podman/main.go
parentfc1b1ff6919b257739371079097803b0cb1b3ed2 (diff)
parente91ec38a70f4755d06972a0b65edd1f2e5366581 (diff)
downloadpodman-28d6eeb57a46b8df8960cff6bf6748c4611b61ef.tar.gz
podman-28d6eeb57a46b8df8960cff6bf6748c4611b61ef.tar.bz2
podman-28d6eeb57a46b8df8960cff6bf6748c4611b61ef.zip
Merge pull request #2387 from baude/remotepodrm
enable podman-remote pod rm
Diffstat (limited to 'cmd/podman/main.go')
-rw-r--r--cmd/podman/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/main.go b/cmd/podman/main.go
index 5fa6cf233..b60f3e1e1 100644
--- a/cmd/podman/main.go
+++ b/cmd/podman/main.go
@@ -45,6 +45,7 @@ var mainCommands = []*cobra.Command{
_infoCommand,
_inspectCommand,
_killCommand,
+ podCommand.Command,
_pullCommand,
_pushCommand,
_rmiCommand,