summaryrefslogtreecommitdiff
path: root/docs/podman-rm.1.md
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2018-09-13 08:36:49 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-09-13 13:27:09 +0000
commit61eda671eca96b6fa32369572d9b49850895d37b (patch)
tree98d3f4f21bca8fd6368e09852c142bf8116be682 /docs/podman-rm.1.md
parentfacab2aec561c6d06ae2789dfaffa28b7f273c88 (diff)
downloadpodman-61eda671eca96b6fa32369572d9b49850895d37b.tar.gz
podman-61eda671eca96b6fa32369572d9b49850895d37b.tar.bz2
podman-61eda671eca96b6fa32369572d9b49850895d37b.zip
Add `podman rm --volumes` flag
While this is not implemented yet, it is needed for working with existing docker scripts. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #1460 Approved by: mheon
Diffstat (limited to 'docs/podman-rm.1.md')
-rw-r--r--docs/podman-rm.1.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/podman-rm.1.md b/docs/podman-rm.1.md
index 27eda5cdd..7474a0d1f 100644
--- a/docs/podman-rm.1.md
+++ b/docs/podman-rm.1.md
@@ -23,6 +23,11 @@ Remove all containers. Can be used in conjunction with -f as well.
Instead of providing the container name or ID, use the last created container. If you use methods other than Podman
to run containers such as CRI-O, the last started container could be from either of those methods.
+
+**--volumes, -v**
+
+Remove the volumes associated with the container. (Not yet implemented)
+
## EXAMPLE
podman rm mywebserver