Merge pull request #6990 from folieadrien/missing-rm-api-docs
add missing api docs for #6863 Upstream-commit: b5a69da5b67d6b8a9867de974d31cf89329689cf Component: engine
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