1
0
mirror of https://github.com/moby/moby.git synced 2026-01-06 07:21:23 +03:00

Add ability to force removal of running container via docker rm -f

Docker-DCO-1.1-Signed-off-by: Brian Goff <cpuguy83@gmail.com> (github: cpuguy83)
This commit is contained in:
Brian Goff
2014-02-05 23:10:57 -05:00
parent 31e08fdc96
commit d78fcb32ff
7 changed files with 83 additions and 2 deletions

View File

@@ -51,6 +51,11 @@ What's new
**New!** You can now use the force parameter to force delete of an image, even if it's
tagged in multiple repositories.
.. http:delete:: /containers/(id)
**New!** You can now use the force paramter to force delete a container, even if
it is currently running
v1.9
****