mirror of
https://github.com/containers/podman.git
synced 2025-12-06 05:37:49 +08:00
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>
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user