summaryrefslogtreecommitdiff
path: root/cmd/kpod/main.go
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2017-12-01 11:26:30 -0600
committerAtomic Bot <atomic-devel@projectatomic.io>2017-12-04 17:00:48 +0000
commit5c9694a0c1fc1d717c61597f659590dcb7b6f25b (patch)
tree4c2ff5ee08fbcd7d26faa2fc1e8ff736122a94e1 /cmd/kpod/main.go
parentadf8809521733283c364ec7de27c783e324185e8 (diff)
downloadpodman-5c9694a0c1fc1d717c61597f659590dcb7b6f25b.tar.gz
podman-5c9694a0c1fc1d717c61597f659590dcb7b6f25b.tar.bz2
podman-5c9694a0c1fc1d717c61597f659590dcb7b6f25b.zip
kpod attach
Attach to a running container Signed-off-by: baude <bbaude@redhat.com> Closes: #95 Approved by: rhatdan
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 a4bb12475..dfa57d689 100644
--- a/cmd/kpod/main.go
+++ b/cmd/kpod/main.go
@@ -34,6 +34,7 @@ func main() {
app.Version = v
app.Commands = []cli.Command{
+ attachCommand,
createCommand,
diffCommand,
exportCommand,