Files
docker-cli/components/engine/container
Aaron Lehmann 2358487e8e container: Fix Delete on nonexistent container
Delete needs to release names related to a container even if that
container isn't present in the db. However, slightly overzealous error
checking causes the transaction to get rolled back. Ignore the error
from Delete on the container itself, since it may not be present.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
(cherry picked from commit 1d9546fc62c559dbcbb3dbdce40318fb7c4d67a2)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2017-08-03 18:23:06 -07:00
..
2016-09-07 11:05:58 -07:00
2017-07-03 13:13:09 -07:00
2016-11-14 15:15:09 -05:00
2017-05-16 15:11:39 -07:00