Files
docker-cli/components/engine/daemon
Derek McGowan 4cf9c8be78 Fix rmi -f removing multiple tags
When an image has multiple tags and rmi is called with force on a tag, only the single tag should be removed.
The current behavior is broken and removes all tags and the image.

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
Upstream-commit: 48e7f7963e142a0a45b583c5e65015d896c59433
Component: engine
2015-10-28 16:07:02 -07:00
..
2015-10-22 10:42:53 -07:00
2015-07-29 23:39:18 +02:00
2015-10-23 13:37:53 -07:00
2015-10-22 10:42:53 -07:00
2015-10-22 10:42:53 -07:00
2015-10-22 10:42:53 -07:00
2015-10-22 10:42:53 -07:00
2015-08-27 22:07:42 -07:00
2015-07-29 21:25:56 +03:00
2015-08-27 22:07:42 -07:00
2015-10-22 10:42:53 -07:00
2015-10-13 16:04:49 -07:00
2015-10-15 20:41:35 -07:00
2015-10-23 16:26:24 -07:00
2015-09-28 13:48:12 -07:00
2015-07-29 21:25:56 +03:00
2015-10-22 10:42:53 -07:00
2015-10-22 10:42:53 -07:00
2015-10-22 10:42:53 -07:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver