diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-05-07 16:32:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-07 16:32:03 +0200 |
commit | 3b5ac1818f09514039fdfec20aa874ae68e6ab7c (patch) | |
tree | b166cd7e2fb11403d1ccce34706d2bdac1acd8cb /cmd/podman/commands.go | |
parent | 0a5f6236f11ce143f2bce80cb4a895326027b9ef (diff) | |
parent | d370f10efa00e8e44f451d003f35ae6b2e3caead (diff) | |
download | podman-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.go | 2 |
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, |