mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
podman system reset removed machines incorrectly
podman system reset did not clean up machines fully, leaving some config files, and breaking machines. Now it removes all machines files fully. Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
@ -7,7 +7,7 @@ podman\-system\-reset - Reset storage back to initial state
|
||||
**podman system reset** [*options*]
|
||||
|
||||
## DESCRIPTION
|
||||
**podman system reset** removes all pods, containers, images, networks and volumes.
|
||||
**podman system reset** removes all pods, containers, images, networks and volumes, and machines.
|
||||
|
||||
This command must be run **before** changing any of the following fields in the
|
||||
`containers.conf` or `storage.conf` files: `driver`, `static_dir`, `tmp_dir`
|
||||
@ -36,6 +36,7 @@ WARNING! This will remove:
|
||||
- all images
|
||||
- all networks
|
||||
- all build cache
|
||||
- all machines
|
||||
Are you sure you want to continue? [y/N] y
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user