moby--moby/daemon
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
..
events
execdriver
graphdriver Merge pull request #11412 from vbatts/vbatts-dm_sync_is_required 2015-04-10 16:52:38 -04:00
logger
network
networkdriver
README.md
attach.go
commit.go
config.go Merge pull request #12209 from ahmetalpbalkan/daemon/cli-help-log-driver-reword 2015-04-10 08:29:29 -07:00
container.go
container_unit_test.go
create.go
daemon.go Remove job from wait 2015-04-10 20:17:02 +02:00
daemon_aufs.go
daemon_btrfs.go
daemon_devicemapper.go
daemon_no_aufs.go
daemon_overlay.go
daemon_test.go
daemon_unit_test.go
delete.go
exec.go
export.go
history.go
image_delete.go 'docker rmi -f IMAGE_ID' untag all names and delete the image 2015-04-11 09:24:21 +08:00
info.go
inspect.go
kill.go
list.go
logs.go
monitor.go
rename.go
resize.go
restart.go
start.go
state.go
state_test.go
stats.go
stats_collector.go
stop.go
top.go Remove Job from `docker top` 2015-04-09 18:17:50 -07:00
utils.go
utils_linux.go
utils_nolinux.go
utils_test.go
volumes.go

README.md

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver