From 79bf5010eda37c07f577414ae71ecb8f8c8714a2 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 22 Nov 2019 11:39:49 -0500 Subject: Add podman system reset command This command will destroy all data created via podman. It will remove containers, images, volumes, pods. Signed-off-by: Daniel J Walsh --- cmd/podman/cliconfig/config.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cmd/podman/cliconfig/config.go') diff --git a/cmd/podman/cliconfig/config.go b/cmd/podman/cliconfig/config.go index a34afa827..df7ea6c33 100644 --- a/cmd/podman/cliconfig/config.go +++ b/cmd/podman/cliconfig/config.go @@ -658,6 +658,11 @@ type SystemPruneValues struct { Volume bool } +type SystemResetValues struct { + PodmanCommand + Force bool +} + type SystemRenumberValues struct { PodmanCommand } -- cgit v1.2.3-54-g00ecf