fix: Document removing anonymous volumes

Signed-off-by: Marek Czernek <mczernek@redhat.com>
This commit is contained in:
Marek Czernek
2023-03-15 10:35:21 +01:00
committed by GitHub
parent 68bf49799d
commit ea2a0767ac

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