summaryrefslogtreecommitdiff
path: root/cmd/podman/container.go
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2019-04-15 14:54:10 -0500
committerbaude <bbaude@redhat.com>2019-04-16 10:22:50 -0500
commit7cea949f04214871bba864c4348c64bbdbfba8a1 (patch)
treeec4e0063546cfc9dc248fa5eff43ecf603c9bd41 /cmd/podman/container.go
parent713839cf8393bdb96c739cb745e403cf2a3a1327 (diff)
downloadpodman-7cea949f04214871bba864c4348c64bbdbfba8a1.tar.gz
podman-7cea949f04214871bba864c4348c64bbdbfba8a1.tar.bz2
podman-7cea949f04214871bba864c4348c64bbdbfba8a1.zip
podman-remote container commands
Several container commands were ported to the remote client but had not been updated on the container submenu yet. Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'cmd/podman/container.go')
-rw-r--r--cmd/podman/container.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/podman/container.go b/cmd/podman/container.go
index 380d1f250..39c4f0c5d 100644
--- a/cmd/podman/container.go
+++ b/cmd/podman/container.go
@@ -54,10 +54,14 @@ var (
_containerExistsCommand,
_contInspectSubCommand,
_diffCommand,
+ _exportCommand,
_createCommand,
+ _killCommand,
_listSubCommand,
_logsCommand,
_runCommand,
+ _rmCommand,
+ _waitCommand,
}
)