Skip to content

Commit

Permalink
Merge pull request #17793 from m-czernek/patch-1
Browse files Browse the repository at this point in the history
[CI:DOCS] fix: Document removing anonymous volumes
  • Loading branch information
openshift-merge-robot authored Mar 15, 2023
2 parents 68bf497 + ea2a076 commit 2147e0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/markdown/podman-run.1.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,8 @@ Suppress output information when pulling images

#### **--rm**

Automatically remove the container when it exits. The default is **false**.
Automatically remove the container and any anonymous unnamed volume associated with
the container when it exits. The default is **false**.

#### **--rmi**

Expand Down

0 comments on commit 2147e0b

Please sign in to comment.