mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 04:31:28 +00:00
add missing docs for rm
Docker-DCO-1.1-Signed-off-by: Adrien Folie <folie.adrien@gmail.com> (github: folieadrien)
This commit is contained in:
@@ -675,8 +675,10 @@ Remove the container `id` from the filesystem
|
||||
|
||||
- **v** – 1/True/true or 0/False/false, Remove the volumes
|
||||
associated to the container. Default false
|
||||
- **force** – 1/True/true or 0/False/false, Removes the container
|
||||
even if it was running. Default false
|
||||
- **stop** – 1/True/true or 0/False/false, Stop then remove the container.
|
||||
Default false
|
||||
- **kill** - 1/True/true or 0/False/false, Kill then remove the container.
|
||||
Default false
|
||||
|
||||
Status Codes:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user