moby/integration/container
Brian Goff c0d56ab717 Fix container cleanup on daemon restart
When the daemon restores containers on daemon restart, it syncs up with
containerd to determine the existing state. For stopped containers it
then removes the container metadata from containerd.

In some cases this is not handled properly and causes an error when
someone attempts to start that container again.
In particular, this case is just a bad error check.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2018-02-09 14:36:36 -05:00
..
create_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
daemon_linux_test.go Fix container cleanup on daemon restart 2018-02-09 14:36:36 -05:00
exec_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
health_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
links_linux_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
main_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
mounts_linux_test.go Merge pull request #36194 from dnephin/add-canonical-import 2018-02-07 13:06:45 -08:00
nat_test.go Migrate some of the nat tests in integration-cli to api tests 2018-02-03 20:18:00 +00:00
ps_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
rename_test.go Merge pull request #36194 from dnephin/add-canonical-import 2018-02-07 13:06:45 -08:00
resize_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
restart_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
stats_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
stop_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
update_linux_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00