DockerCLI/docs/sources/reference
Deng Guangxing d5fb91f48c '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>
2017-06-02 00:06:53 +00:00
..
commandline 'docker rmi -f IMAGE_ID' untag all names and delete the image 2017-06-02 00:06:53 +00:00
builder.md Add support for more advanced ${xxx:...} syntax 2017-06-02 00:06:52 +00:00
glossary.md Add Glossary to documentation 2017-06-02 00:06:52 +00:00
run.md Fix a typo in /doc/sources/reference/run.md 2017-06-02 00:06:53 +00:00