From 2e800d63aa388bb248c97ea24fae2f7190fe3cce Mon Sep 17 00:00:00 2001 From: baude Date: Sat, 20 Apr 2019 12:58:59 -0500 Subject: 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 --- cmd/podman/system.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/podman/system.go') diff --git a/cmd/podman/system.go b/cmd/podman/system.go index 528a594de..80080bf44 100644 --- a/cmd/podman/system.go +++ b/cmd/podman/system.go @@ -20,6 +20,7 @@ var ( var systemCommands = []*cobra.Command{ _infoCommand, + _pruneSystemCommand, } func init() { -- cgit v1.2.3-54-g00ecf