summaryrefslogtreecommitdiff
path: root/cmd/kpod/main.go
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2017-12-11 10:41:58 -0600
committerGitHub <noreply@github.com>2017-12-11 10:41:58 -0600
commit0e328de08dc6e17b4cc45b1bf47f2deddb3fef6d (patch)
tree8b88407b645e9403f4fc7ebf2e4d62bc34785a20 /cmd/kpod/main.go
parent8d31ec2ad775c97c4b860eb24a3481092b6e88e3 (diff)
parente8a32e3722e0b814c654cdb8809565a21fc120d3 (diff)
downloadpodman-0e328de08dc6e17b4cc45b1bf47f2deddb3fef6d.tar.gz
podman-0e328de08dc6e17b4cc45b1bf47f2deddb3fef6d.tar.bz2
podman-0e328de08dc6e17b4cc45b1bf47f2deddb3fef6d.zip
Merge pull request #93 from baude/kpod_exec
kpod exec
Diffstat (limited to 'cmd/kpod/main.go')
-rw-r--r--cmd/kpod/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/kpod/main.go b/cmd/kpod/main.go
index 7382644b9..708031dc9 100644
--- a/cmd/kpod/main.go
+++ b/cmd/kpod/main.go
@@ -37,6 +37,7 @@ func main() {
attachCommand,
createCommand,
diffCommand,
+ execCommand,
exportCommand,
historyCommand,
imagesCommand,