Browse code

update doc

Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)

Victor Vieux authored on 2014/03/14 10:04:35
Showing 2 changed files
... ...
@@ -50,6 +50,7 @@ What's new
50 50
 
51 51
    **New!** You can now use the force parameter to force delete of an image, even if it's
52 52
    tagged in multiple repositories.
53
+   **New!** You can now use the noprune parameter to prevent the deletion of parent images
53 54
 
54 55
 .. http:delete:: /containers/(id)
55 56
 
... ...
@@ -931,6 +931,7 @@ Remove an image
931 931
            ]
932 932
 
933 933
         :query force: 1/True/true or 0/False/false, default false
934
+        :query noprune: 1/True/true or 0/False/false, default false
934 935
         :statuscode 200: no error
935 936
         :statuscode 404: no such image
936 937
         :statuscode 409: conflict