From c9de2fb2a5b4b288117fa0602faab5e2696ce143 Mon Sep 17 00:00:00 2001 From: David Scott Date: Wed, 28 Jun 2017 14:59:25 +0100 Subject: [PATCH] blueprints/docker-for-mac.yml: add host-timesync-daemon This adds the helper program which resynchronises the VM's clock after a host resume. Signed-off-by: David Scott --- blueprints/docker-for-mac/base.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/blueprints/docker-for-mac/base.yml b/blueprints/docker-for-mac/base.yml index ce8811a6e..ae959f90d 100644 --- a/blueprints/docker-for-mac/base.yml +++ b/blueprints/docker-for-mac/base.yml @@ -61,6 +61,9 @@ services: # Monitor for image deletes and invoke a TRIM on the container filesystem - name: trim-after-delete image: "linuxkit/trim-after-delete:2a5fcbe080cd4a45bd75c2ea3856c069475d706d" + # When the host resumes from sleep, force a clock resync + - name: host-timesync-daemon + image: "linuxkit/host-timesync-daemon:e6c15e6ef75d302c1c22827bac249598fb365a83" trust: org: