aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-05-04 15:57:23 -0400
committerGitHub <noreply@github.com>2022-05-04 15:57:23 -0400
commit6e8f6370b805c598859cf203ad59d6761bb564ac (patch)
treea1eee345deaeeca0efedbde48a8ce4d6fe32af16 /docs
parentc4357f0f7b7a032908abfab358616d82163eaf9e (diff)
parentd3f406e9f6fe3c33228d0f384f986982640d2f43 (diff)
downloadpodman-6e8f6370b805c598859cf203ad59d6761bb564ac.tar.gz
podman-6e8f6370b805c598859cf203ad59d6761bb564ac.tar.bz2
podman-6e8f6370b805c598859cf203ad59d6761bb564ac.zip
Merge pull request #14117 from openshift-cherrypick-robot/cherry-pick-14066-to-v4.1
[v4.1] podman system reset removed machines incorrectly
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-system-reset.1.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-system-reset.1.md b/docs/source/markdown/podman-system-reset.1.md
index c463481e6..11ce11d07 100644
--- a/docs/source/markdown/podman-system-reset.1.md
+++ b/docs/source/markdown/podman-system-reset.1.md
@@ -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
```