From 88326e9b91435d2183f943a2905fa516d0b5d78e Mon Sep 17 00:00:00 2001 From: Adrien Folie Date: Sat, 12 Jul 2014 06:33:43 +0200 Subject: [PATCH] add missing docs for rm Docker-DCO-1.1-Signed-off-by: Adrien Folie (github: folieadrien) --- docs/sources/reference/api/docker_remote_api_v1.14.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/sources/reference/api/docker_remote_api_v1.14.md b/docs/sources/reference/api/docker_remote_api_v1.14.md index c2f897ebef..1d75b88588 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.14.md +++ b/docs/sources/reference/api/docker_remote_api_v1.14.md @@ -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: