mirror of
https://github.com/containers/podman.git
synced 2025-06-02 02:26:52 +08:00

This command will destroy all data created via podman. It will remove containers, images, volumes, pods. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
26 lines
460 B
Markdown
26 lines
460 B
Markdown
% podman-system-reset(1)
|
|
|
|
## NAME
|
|
podman\-system\-reset - Reset storage back to initial state
|
|
|
|
## SYNOPSIS
|
|
**podman system reset**
|
|
|
|
## DESCRIPTION
|
|
**podman system reset** removes all pods, containers, images and volumes.
|
|
|
|
## OPTIONS
|
|
**--force**, **-f**
|
|
|
|
Do not prompt for confirmation
|
|
|
|
**--help**, **-h**
|
|
|
|
Print usage statement
|
|
|
|
## SEE ALSO
|
|
`podman(1)`, `podman-system(1)`
|
|
|
|
## HISTORY
|
|
November 2019, Originally compiled by Dan Walsh (dwalsh at redhat dot com)
|