diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-04-30 15:16:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-30 15:16:29 +0200 |
commit | 084e4e16a102bc48b3b5c060947f2d1c9d7e2e2f (patch) | |
tree | 9c0aef8150988204169a6eb19e299acda6dc8f96 /cmd/podman/commands.go | |
parent | a2fd2d2c32c86b6fdee038312fe246bd1c825c7e (diff) | |
parent | 2e800d63aa388bb248c97ea24fae2f7190fe3cce (diff) | |
download | podman-084e4e16a102bc48b3b5c060947f2d1c9d7e2e2f.tar.gz podman-084e4e16a102bc48b3b5c060947f2d1c9d7e2e2f.tar.bz2 podman-084e4e16a102bc48b3b5c060947f2d1c9d7e2e2f.zip |
Merge pull request #2982 from baude/remotecontainerprune
podman-remote prune containers
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 9cbb9eec7..4b0641d82 100644 --- a/cmd/podman/commands.go +++ b/cmd/podman/commands.go @@ -46,7 +46,6 @@ func getContainerSubCommands() []*cobra.Command { _execCommand, _mountCommand, _portCommand, - _pruneContainersCommand, _refreshCommand, _restoreCommand, _runlabelCommand, @@ -73,7 +72,6 @@ func getTrustSubCommands() []*cobra.Command { // Commands that the local client implements func getSystemSubCommands() []*cobra.Command { return []*cobra.Command{ - _pruneSystemCommand, _renumberCommand, _dfSystemCommand, _migrateCommand, |