diff options
author | baude <bbaude@redhat.com> | 2019-04-20 12:58:59 -0500 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2019-04-26 10:15:09 -0500 |
commit | 2e800d63aa388bb248c97ea24fae2f7190fe3cce (patch) | |
tree | a802665cf02289f454e79f06a770e0b9ec54283d /cmd/podman/commands.go | |
parent | 135c8bef223d32f553659cbdfd5eb99f948a6c84 (diff) | |
download | podman-2e800d63aa388bb248c97ea24fae2f7190fe3cce.tar.gz podman-2e800d63aa388bb248c97ea24fae2f7190fe3cce.tar.bz2 podman-2e800d63aa388bb248c97ea24fae2f7190fe3cce.zip |
podman-remote prune containers
enable the ability to prune containers from the remote-command. this
also includes the system prune command.
Signed-off-by: baude <bbaude@redhat.com>
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 c43ecec5c..ef8debe42 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, @@ -74,7 +73,6 @@ func getTrustSubCommands() []*cobra.Command { // Commands that the local client implements func getSystemSubCommands() []*cobra.Command { return []*cobra.Command{ - _pruneSystemCommand, _renumberCommand, _dfSystemCommand, } |