Files
docker-cli/components/engine/daemon
Deng Guangxing d555f3e70e '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>
Upstream-commit: 795a58fb44a2bd18ec37d78c82d75c025f786c50
Component: engine
2015-04-11 09:24:21 +08:00
..
2015-04-07 08:43:14 -07:00
2015-04-09 09:58:44 -07:00
2015-04-10 20:17:02 +02:00
2015-04-09 18:46:24 +02:00
2015-04-07 14:23:09 -07:00
2015-04-07 08:43:18 -07:00
2015-04-09 16:06:54 -07:00
2014-05-17 17:56:02 +00:00
2015-04-10 01:52:55 +08:00
2015-04-10 00:56:43 +02:00
2015-04-09 18:17:50 -07:00
2015-03-31 15:10:30 -04:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver