1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05: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:
Adrien Folie 2014-07-12 06:33:43 +02:00
parent 319f551614
commit 88326e9b91

View file

@ -675,8 +675,10 @@ Remove the container `id` from the filesystem
- **v** 1/True/true or 0/False/false, Remove the volumes - **v** 1/True/true or 0/False/false, Remove the volumes
associated to the container. Default false associated to the container. Default false
- **force** 1/True/true or 0/False/false, Removes the container - **stop** 1/True/true or 0/False/false, Stop then remove the container.
even if it was running. Default false Default false
- **kill** - 1/True/true or 0/False/false, Kill then remove the container.
Default false
Status Codes: Status Codes: