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/container.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/container.go')
-rw-r--r-- | cmd/podman/container.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/container.go b/cmd/podman/container.go index 52152d50e..9cd8229f9 100644 --- a/cmd/podman/container.go +++ b/cmd/podman/container.go @@ -61,6 +61,7 @@ var ( _logsCommand, _pauseCommand, _restartCommand, + _pruneContainersCommand, _runCommand, _rmCommand, _startCommand, |