Files
docker-cli/components/engine/daemon
Zhang Wei c018129666 Fix ShouldRestart for on-failure handle
Currently if you restart docker daemon, all the containers with restart
policy `on-failure` regardless of its `RestartCount` will be started,
this will make daemon cost more extra time for restart.

This commit will stop these containers to do unnecessary start on
daemon's restart.

Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
Upstream-commit: 51e42e6ee01eb4b5c8c7678e2fc7be0f13ef6a68
Component: engine
2016-04-10 15:44:47 +08:00
..
2016-02-01 09:57:38 -08:00
2016-03-28 12:24:01 -07:00
2016-03-28 12:24:01 -07:00
2016-02-03 10:43:01 -08:00
2016-03-11 23:22:16 +08:00
2016-01-14 08:17:40 +00:00
2016-03-18 12:51:57 +08:00