summaryrefslogtreecommitdiff
path: root/cmd/podman/commands.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-05-07 16:32:03 +0200
committerGitHub <noreply@github.com>2019-05-07 16:32:03 +0200
commit3b5ac1818f09514039fdfec20aa874ae68e6ab7c (patch)
treeb166cd7e2fb11403d1ccce34706d2bdac1acd8cb /cmd/podman/commands.go
parent0a5f6236f11ce143f2bce80cb4a895326027b9ef (diff)
parentd370f10efa00e8e44f451d003f35ae6b2e3caead (diff)
downloadpodman-3b5ac1818f09514039fdfec20aa874ae68e6ab7c.tar.gz
podman-3b5ac1818f09514039fdfec20aa874ae68e6ab7c.tar.bz2
podman-3b5ac1818f09514039fdfec20aa874ae68e6ab7c.zip
Merge pull request #3074 from baude/checkoutpointmenu
remote-podman checkpoint and restore add to container submenu
Diffstat (limited to 'cmd/podman/commands.go')
-rw-r--r--cmd/podman/commands.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go
index 14451d944..3a409f503 100644
--- a/cmd/podman/commands.go
+++ b/cmd/podman/commands.go
@@ -39,13 +39,11 @@ func getImageSubCommands() []*cobra.Command {
func getContainerSubCommands() []*cobra.Command {
return []*cobra.Command{
- _checkpointCommand,
_cleanupCommand,
_commitCommand,
_execCommand,
_mountCommand,
_refreshCommand,
- _restoreCommand,
_runlabelCommand,
_statsCommand,
_umountCommand,