diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-07-24 11:00:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-24 11:00:50 +0200 |
commit | d9244761e4a637f8b2a109ba4b85fd0cc6bd34dc (patch) | |
tree | 25a85cc6fb1c5316b74980eb05e033ad6df79789 | |
parent | 197825d2abeb3abaa0d71cb8574c036eaf211ab5 (diff) | |
parent | 65bcc2ba5fe8a4d7e0d8013795e857c58f706f81 (diff) | |
download | podman-d9244761e4a637f8b2a109ba4b85fd0cc6bd34dc.tar.gz podman-d9244761e4a637f8b2a109ba4b85fd0cc6bd34dc.tar.bz2 podman-d9244761e4a637f8b2a109ba4b85fd0cc6bd34dc.zip |
Merge pull request #7041 from jkonowitch/reset-docs
Improve Docs for `podman system reset`
-rw-r--r-- | docs/source/markdown/podman-system-reset.1.md | 2 | ||||
-rw-r--r-- | docs/source/system.rst | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-system-reset.1.md b/docs/source/markdown/podman-system-reset.1.md index f290e26d5..3294bac9b 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 and volumes. Must be run after changing any of the following values in the `containers.conf` file: `static_dir`, `tmp_dir` or `volume_path`. ## OPTIONS **--force**, **-f** diff --git a/docs/source/system.rst b/docs/source/system.rst index 2f2b7ea8f..2d93a1d6d 100644 --- a/docs/source/system.rst +++ b/docs/source/system.rst @@ -10,3 +10,5 @@ System :doc:`prune <markdown/podman-system-prune.1>` Remove unused data :doc:`renumber <markdown/podman-system-renumber.1>` Migrate lock numbers + +:doc:`reset <markdown/podman-system-reset.1>` Reset podman storage |