Skip to content

Commit

Permalink
add missing docs for rm
Browse files Browse the repository at this point in the history
Docker-DCO-1.1-Signed-off-by: Adrien Folie <folie.adrien@gmail.com> (github: folieadrien)
  • Loading branch information
foliea committed Jul 12, 2014
1 parent 319f551 commit 88326e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/sources/reference/api/docker_remote_api_v1.14.md
Expand Up @@ -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:

Expand Down

0 comments on commit 88326e9

Please sign in to comment.