1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/libcontainerd
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
..
client_daemon.go Fix container cleanup on daemon restart 2018-02-09 14:36:36 -05:00
client_daemon_linux.go Add canonical import comment 2018-02-05 16:51:57 -05:00
client_daemon_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
client_local_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
errors.go Add canonical import comment 2018-02-05 16:51:57 -05:00
process_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
queue.go Add canonical import comment 2018-02-05 16:51:57 -05:00
queue_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
remote_daemon.go Merge pull request #36173 from cpuguy83/fix_containerd_crash_spin 2018-02-08 06:19:29 -08:00
remote_daemon_linux.go Add canonical import comment 2018-02-05 16:51:57 -05:00
remote_daemon_options.go Add canonical import comment 2018-02-05 16:51:57 -05:00
remote_daemon_options_linux.go Add canonical import comment 2018-02-05 16:51:57 -05:00
remote_daemon_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
remote_local.go Add canonical import comment 2018-02-05 16:51:57 -05:00
types.go Add canonical import comment 2018-02-05 16:51:57 -05:00
types_linux.go Add canonical import comment 2018-02-05 16:51:57 -05:00
types_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
utils_linux.go Add canonical import comment 2018-02-05 16:51:57 -05:00
utils_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
utils_windows_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00