summaryrefslogtreecommitdiffstats
path: root/ansible/roles/docker/handlers/docker_restart.yml
AgeCommit message (Collapse)AuthorFilesLines
2019-03-28Improving docker restart handlerMichal Ptacek1-0/+18
There is a bug in docker which leads to not properly shutdown service preventing subsequent startup. https://github.com/moby/moby/issues/30348 This commit is preventing this problem to appear. Change-Id: I29505610bd9954af01d73264e5414fdb2b9ac99d Issue-ID: OOM-1735 Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>