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 <dave.scott@docker.com>
This commit is contained in:
David Scott 2017-06-28 14:59:25 +01:00
parent d24d0bd559
commit c9de2fb2a5

View File

@ -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: