moby/docs/sources/reference
Deng Guangxing 795a58fb44 'docker rmi -f IMAGE_ID' untag all names and delete the image
If an image has been tagged to multiple repos and tags, 'docker
rmi -f IMAGE_ID' will just untag one random repo instead of
untagging all and deleting the image. This patch implement
this. This commit is composed of:

        *untag all names and delete the image

        *add test to this feature

        *modify commandline/cli.md to explain this

Signed-off-by: Deng Guangxing <dengguangxing@huawei.com>
2015-04-11 09:24:21 +08:00
..
api Adds example request and Json parameter information for container 2015-04-10 11:10:41 -04:00
commandline 'docker rmi -f IMAGE_ID' untag all names and delete the image 2015-04-11 09:24:21 +08:00
builder.md Add support for more advanced ${xxx:...} syntax 2015-04-01 08:11:15 -07:00
glossary.md Add Glossary to documentation 2015-03-29 12:24:54 -07:00
run.md Fix a typo in /doc/sources/reference/run.md 2015-04-08 11:23:47 -04:00