summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-02-03 08:43:16 -0500
committerGitHub <noreply@github.com>2022-02-03 08:43:16 -0500
commitababa93ec5b79e4c1ff6507cd3ed7fbdcefc0e1a (patch)
tree69bc9576f3ca2d8f41a8b61c9bf23b0c725fa9fd /docs
parentf2263fade4aef30fd619b648e4d1ca4aaf6bd506 (diff)
parent55c4a1468b8738a5711d213cfe7c172b463ecd24 (diff)
downloadpodman-ababa93ec5b79e4c1ff6507cd3ed7fbdcefc0e1a.tar.gz
podman-ababa93ec5b79e4c1ff6507cd3ed7fbdcefc0e1a.tar.bz2
podman-ababa93ec5b79e4c1ff6507cd3ed7fbdcefc0e1a.zip
Merge pull request #13116 from Luap99/reset-networks
system prune: remove all networks
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-system-reset.1.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-system-reset.1.md b/docs/source/markdown/podman-system-reset.1.md
index 90bcb5f53..c463481e6 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 and volumes.
+**podman system reset** removes all pods, containers, images, networks and volumes.
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`
@@ -28,6 +28,17 @@ Print usage statement
## EXAMPLES
+```
+$ podman system reset
+WARNING! This will remove:
+ - all containers
+ - all pods
+ - all images
+ - all networks
+ - all build cache
+Are you sure you want to continue? [y/N] y
+```
+
### Switching rootless user from VFS driver to overlay with fuse-overlayfs
If the user ran rootless containers without having the `fuse-overlayfs` program