aboutsummaryrefslogtreecommitdiff
path: root/cmd/podman/commands.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/commands.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/commands.go')
-rw-r--r--cmd/podman/commands.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go
index 6156fc2f8..0e5deb627 100644
--- a/cmd/podman/commands.go
+++ b/cmd/podman/commands.go
@@ -49,8 +49,6 @@ func getContainerSubCommands() []*cobra.Command {
_cleanupCommand,
_commitCommand,
_execCommand,
- _exportCommand,
- _killCommand,
_mountCommand,
_pauseCommand,
_portCommand,
@@ -58,7 +56,6 @@ func getContainerSubCommands() []*cobra.Command {
_refreshCommand,
_restartCommand,
_restoreCommand,
- _rmCommand,
_runlabelCommand,
_startCommand,
_statsCommand,
@@ -66,7 +63,6 @@ func getContainerSubCommands() []*cobra.Command {
_topCommand,
_umountCommand,
_unpauseCommand,
- _waitCommand,
}
}