Merge pull request #17793 from m-czernek/patch-1

[CI:DOCS] fix: Document removing anonymous volumes
This commit is contained in:
OpenShift Merge Robot
2023-03-15 09:08:31 -04:00
committed by GitHub

View File

@ -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**