Files
docker-cli/components/engine/pkg/system
Brian Goff d267fa757f Do not remove containers from memory on error
Before this, if `forceRemove` is set the container data will be removed
no matter what, including if there are issues with removing container
on-disk state (rw layer, container root).

In practice this causes a lot of issues with leaked data sitting on
disk that users are not able to clean up themselves.
This is particularly a problem while the `EBUSY` errors on remove are so
prevalent. So for now let's not keep this behavior.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
Upstream-commit: 54dcbab25ea4771da303fa95e0c26f2d39487b49
Component: engine
2017-05-05 17:02:04 -04:00
..
2016-02-08 18:08:49 -08:00
2017-01-23 10:25:36 -08:00
2017-04-05 16:01:53 -07:00
2016-03-11 23:22:16 +08:00
2017-04-05 16:01:53 -07:00
2017-04-05 16:01:53 -07:00
2016-04-09 21:18:15 +08:00